#08C5AA

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

Shades of Caribbean Green #08C5AA

Tints of Caribbean Green #08C5AA

Color information

#08C5AA (or 0x08C5AA) is unknown color: approx Caribbean Green. HEX triplet: 08, C5 and AA. RGB value is (8,197,170). Sum of RGB (Red+Green+Blue) = 8+197+170=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #08C5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C5AA is #F73A55. Grayscale: #898989. Windows color (decimal): -16202326 or 11191560. OLE color: 11191560.

HSL color Cylindrical-coordinate representation of color #08C5AA: hue angle of 171.43º 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 #08C5AA is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB8197170-
CMYK0.9600.140.23
HSL171.43º92.2%40.2%-
HSV(B)171.43º95.94%77.25%-
XYZ27.3242.8944.87-
YUV137.41146.3835.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 197 (77.34% from 255) = 52.53%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=2.13%
G=52.53%
B=45.33%

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
Decimal81971700.9600.140.23171.4392.240.2
Hex8C5AA600E17ab5c28
Octal103052521400162725313450
Binary1000110001011010101011000000111010111101010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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