#08C5A9

Color #08C5A9 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #08C5A9

Tints of Caribbean Green #08C5A9

Color information

#08C5A9 (or 0x08C5A9) is unknown color: approx Caribbean Green. HEX triplet: 08, C5 and A9. RGB value is (8,197,169). Sum of RGB (Red+Green+Blue) = 8+197+169=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #08C5A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C5A9 is #F73A56. Grayscale: #898989. Windows color (decimal): -16202327 or 11126024. OLE color: 11126024.

HSL color Cylindrical-coordinate representation of color #08C5A9: hue angle of 171.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C5A9 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB8197169-
CMYK0.9600.140.23
HSL171.11º92.2%40.2%-
HSV(B)171.11º95.94%77.25%-
XYZ27.2342.8544.37-
YUV137.3145.8835.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.14%
GREEN value IS 197 (77.34% from 255) = 52.67%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=2.14%
G=52.67%
B=45.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971690.9600.140.23171.1192.240.2
Hex8C5A9600E17ab5c28
Octal103052511400162725313450
Binary1000110001011010100111000000111010111101010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C5A9; }

 p { color: rgb(8,197,169); }

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

<style>
 a { background-color: #08C5A9; }

 a { background-color: rgb(8,197,169); }

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

<style>
 span { border-color: #08C5A9; }

 span { border-color: rgb(8,197,169); }

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