Shades of Caribbean Green #08C29F
Tints of Caribbean Green #08C29F
RGB
CMYK
RGB Variations
Color information
#08C29F (or 0x08C29F) is known color: Caribbean Green. HEX triplet: 08, C2 and 9F. RGB value is (8,194,159). Sum of RGB (Red+Green+Blue) = 8+194+159=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #08C29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C29F is #F73D60. Grayscale: #868686. Windows color (decimal): -16203105 or 10469896. OLE color: 10469896.
HSL color Cylindrical-coordinate representation of color #08C29F: hue angle of 168.71º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C29F is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 159 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.24 |
| HSL | 168.71º | 0.92% | 0.4% | - |
| HSV(B) | 168.71º | 0.96% | 0.76% | - |
| XYZ | 25.65 | 41.14 | 39.39 | - |
| YUV | 134.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 159 | 0.96 | 0 | 0.18 | 0.24 | 168.71 | 0.92 | 0.4 |
| Hex | 8 | C2 | 9F | 60 | 0 | 12 | 18 | A9 | 5C | 28 |
| Octal | 10 | 302 | 237 | 140 | 0 | 22 | 30 | 251 | 134 | 50 |
| Binary | 1000 | 11000010 | 10011111 | 1100000 | 0 | 10010 | 11000 | 10101001 | 1011100 | 101000 |
Color Harmonies of #08C29F
Complementary color
Monochromatic Colors of #08C29F
Black with #08C29F
Text Example
Text Example
White with #08C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C29F; }
p { color: rgb(8,194,159); }
H1.HeaderClassName
{
color: #08C29F;
}
.AnyTagClassName
{
color: #08C29F;
}
</style>
background-color css
<style>
a { background-color: #08C29F; }
a { background-color: rgb(8,194,159); }
div.DivClassName
{
background-color: #08C29F;
}
.BgClassName
{
background-color: #08C29F;
}
</style>
border-color css
<style>
span { border-color: #08C29F; }
span { border-color: rgb(8,194,159); }
td.TdClassName
{
border-color: #08C29F;
}
.TagClassName
{
border-color: #08C29F;
}
</style>