Shades of Caribbean Green #08C09C
Tints of Caribbean Green #08C09C
RGB
CMYK
RGB Variations
Color information
#08C09C (or 0x08C09C) is known color: Caribbean Green. HEX triplet: 08, C0 and 9C. RGB value is (8,192,156). Sum of RGB (Red+Green+Blue) = 8+192+156=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #08C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C09C is #F73F63. Grayscale: #848484. Windows color (decimal): -16203620 or 10272776. OLE color: 10272776.
HSL color Cylindrical-coordinate representation of color #08C09C: hue angle of 168.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C09C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 156 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.25 |
| HSL | 168.26º | 0.92% | 0.39% | - |
| HSV(B) | 168.26º | 0.96% | 0.75% | - |
| XYZ | 24.95 | 40.15 | 37.89 | - |
| YUV | 132.88 | 141.04 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 156 | 0.96 | 0 | 0.19 | 0.25 | 168.26 | 0.92 | 0.39 |
| Hex | 8 | C0 | 9C | 60 | 0 | 13 | 19 | A8 | 5C | 27 |
| Octal | 10 | 300 | 234 | 140 | 0 | 23 | 31 | 250 | 134 | 47 |
| Binary | 1000 | 11000000 | 10011100 | 1100000 | 0 | 10011 | 11001 | 10101000 | 1011100 | 100111 |
Color Harmonies of #08C09C
Complementary color
Monochromatic Colors of #08C09C
Black with #08C09C
Text Example
Text Example
White with #08C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C09C; }
p { color: rgb(8,192,156); }
H1.HeaderClassName
{
color: #08C09C;
}
.AnyTagClassName
{
color: #08C09C;
}
</style>
background-color css
<style>
a { background-color: #08C09C; }
a { background-color: rgb(8,192,156); }
div.DivClassName
{
background-color: #08C09C;
}
.BgClassName
{
background-color: #08C09C;
}
</style>
border-color css
<style>
span { border-color: #08C09C; }
span { border-color: rgb(8,192,156); }
td.TdClassName
{
border-color: #08C09C;
}
.TagClassName
{
border-color: #08C09C;
}
</style>