#08C5AC

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

Shades of Caribbean Green #08C5AC

Tints of Caribbean Green #08C5AC

Color information

#08C5AC (or 0x08C5AC) is unknown color: approx Caribbean Green. HEX triplet: 08, C5 and AC. RGB value is (8,197,172). Sum of RGB (Red+Green+Blue) = 8+197+172=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #08C5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C5AC is #F73A53. Grayscale: #898989. Windows color (decimal): -16202324 or 11322632. OLE color: 11322632.

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

Color convert

RGB8197172-
CMYK0.9600.130.23
HSL172.06º92.2%40.2%-
HSV(B)172.06º95.94%77.25%-
XYZ27.5142.9645.87-
YUV137.64147.3835.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.12%
GREEN value IS 197 (77.34% from 255) = 52.25%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=2.12%
G=52.25%
B=45.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971720.9600.130.23172.0692.240.2
Hex8C5AC600D17ac5c28
Octal103052541400152725413450
Binary1000110001011010110011000000110110111101011001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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