Shades of Caribbean Green #08C99F
Tints of Caribbean Green #08C99F
RGB
CMYK
RGB Variations
Color information
#08C99F (or 0x08C99F) is known color: Caribbean Green. HEX triplet: 08, C9 and 9F. RGB value is (8,201,159). Sum of RGB (Red+Green+Blue) = 8+201+159=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #08C99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C99F is #F73660. Grayscale: #8A8A8A. Windows color (decimal): -16201313 or 10471688. OLE color: 10471688.
HSL color Cylindrical-coordinate representation of color #08C99F: hue angle of 166.94º 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 #08C99F is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 159 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.21 |
| HSL | 166.94º | 0.92% | 0.41% | - |
| HSV(B) | 166.94º | 0.96% | 0.79% | - |
| XYZ | 27.24 | 44.33 | 39.92 | - |
| YUV | 138.51 | 139.56 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 159 | 0.96 | 0 | 0.21 | 0.21 | 166.94 | 0.92 | 0.41 |
| Hex | 8 | C9 | 9F | 60 | 0 | 15 | 15 | A7 | 5C | 29 |
| Octal | 10 | 311 | 237 | 140 | 0 | 25 | 25 | 247 | 134 | 51 |
| Binary | 1000 | 11001001 | 10011111 | 1100000 | 0 | 10101 | 10101 | 10100111 | 1011100 | 101001 |
Color Harmonies of #08C99F
Complementary color
Monochromatic Colors of #08C99F
Black with #08C99F
Text Example
Text Example
White with #08C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C99F; }
p { color: rgb(8,201,159); }
H1.HeaderClassName
{
color: #08C99F;
}
.AnyTagClassName
{
color: #08C99F;
}
</style>
background-color css
<style>
a { background-color: #08C99F; }
a { background-color: rgb(8,201,159); }
div.DivClassName
{
background-color: #08C99F;
}
.BgClassName
{
background-color: #08C99F;
}
</style>
border-color css
<style>
span { border-color: #08C99F; }
span { border-color: rgb(8,201,159); }
td.TdClassName
{
border-color: #08C99F;
}
.TagClassName
{
border-color: #08C99F;
}
</style>