#2F8A87

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

Shades of Blue Chill #2F8A87

Tints of Blue Chill #2F8A87

Color information

#2F8A87 (or 0x2F8A87) is unknown color: approx Blue Chill. HEX triplet: 2F, 8A and 87. RGB value is (47,138,135). Sum of RGB (Red+Green+Blue) = 47+138+135=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8A87 is #D07578. Grayscale: #6E6E6E. Windows color (decimal): -13661561 or 8882735. OLE color: 8882735.

HSL color Cylindrical-coordinate representation of color #2F8A87: hue angle of 178.02º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A87 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB47138135-
CMYK0.6600.020.46
HSL178.02º49.19%36.27%-
HSV(B)178.02º65.94%54.12%-
XYZ14.6320.5326.11-
YUV110.45141.8582.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=14.69%
G=43.12%
B=42.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471381350.6600.020.46178.0249.1936.27
Hex2F8A8742022Eb23124
Octal5721220710202562626144
Binary1011111000101010000111100001001010111010110010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,135); }

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

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

 a { background-color: rgb(47,138,135); }

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

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

 span { border-color: rgb(47,138,135); }

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