Shades of Caribbean Green #08C99C
Tints of Caribbean Green #08C99C
RGB
CMYK
RGB Variations
Color information
#08C99C (or 0x08C99C) is known color: Caribbean Green. HEX triplet: 08, C9 and 9C. RGB value is (8,201,156). Sum of RGB (Red+Green+Blue) = 8+201+156=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #08C99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C99C is #F73663. Grayscale: #8A8A8A. Windows color (decimal): -16201316 or 10275080. OLE color: 10275080.
HSL color Cylindrical-coordinate representation of color #08C99C: hue angle of 166.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C99C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 156 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.21 |
| HSL | 166.01º | 0.92% | 0.41% | - |
| HSV(B) | 166.01º | 0.96% | 0.79% | - |
| XYZ | 26.99 | 44.23 | 38.57 | - |
| YUV | 138.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 156 | 0.96 | 0 | 0.22 | 0.21 | 166.01 | 0.92 | 0.41 |
| Hex | 8 | C9 | 9C | 60 | 0 | 16 | 15 | A6 | 5C | 29 |
| Octal | 10 | 311 | 234 | 140 | 0 | 26 | 25 | 246 | 134 | 51 |
| Binary | 1000 | 11001001 | 10011100 | 1100000 | 0 | 10110 | 10101 | 10100110 | 1011100 | 101001 |
Color Harmonies of #08C99C
Complementary color
Monochromatic Colors of #08C99C
Black with #08C99C
Text Example
Text Example
White with #08C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C99C; }
p { color: rgb(8,201,156); }
H1.HeaderClassName
{
color: #08C99C;
}
.AnyTagClassName
{
color: #08C99C;
}
</style>
background-color css
<style>
a { background-color: #08C99C; }
a { background-color: rgb(8,201,156); }
div.DivClassName
{
background-color: #08C99C;
}
.BgClassName
{
background-color: #08C99C;
}
</style>
border-color css
<style>
span { border-color: #08C99C; }
span { border-color: rgb(8,201,156); }
td.TdClassName
{
border-color: #08C99C;
}
.TagClassName
{
border-color: #08C99C;
}
</style>