#2f9eab

Color #2F9EAB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2F9EAB

Tints of Pelorous #2F9EAB

Color information

#2F9EAB (or 0x2F9EAB) is unknown color: approx Pelorous. HEX triplet: 2F, 9E and AB. RGB value is (47,158,171). Sum of RGB (Red+Green+Blue) = 47+158+171=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F9EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9EAB is #D06154. Grayscale: #7E7E7E. Windows color (decimal): -13656405 or 11247151. OLE color: 11247151.

HSL color Cylindrical-coordinate representation of color #2F9EAB: hue angle of 186.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F9EAB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47158171-
CMYK0.730.0800.33
HSL186.29º56.88%42.75%-
HSV(B)186.29º72.51%67.06%-
XYZ20.752842.84-
YUV126.29153.2371.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 12.5%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=12.5%
G=42.02%
B=45.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471581710.730.0800.33186.2956.8842.75
Hex2F9EAB498021ba392b
Octal57236253111100412727153
Binary101111100111101010101110010011000010000110111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f9eab; }

 p { color: rgb(47,158,171); }

 H1.HeaderClassName
 {
   color: #2f9eab;
 }
 .AnyTagClassName
 {
   color: #2f9eab;
 }
</style>
background-color css

<style>
 a { background-color: #2f9eab; }

 a { background-color: rgb(47,158,171); }

 div.DivClassName
 {
   background-color: #2f9eab;
 }
 .BgClassName
 {
   background-color: #2f9eab;
 }
</style>
border-color css

<style>
 span { border-color: #2f9eab; }

 span { border-color: rgb(47,158,171); }

 td.TdClassName
 {
   border-color: #2f9eab;
 }
 .TagClassName
 {
   border-color: #2f9eab;
 }
</style>