Shades of Caribbean Green #08C99B
Tints of Caribbean Green #08C99B
RGB
CMYK
RGB Variations
Color information
#08C99B (or 0x08C99B) is known color: Caribbean Green. HEX triplet: 08, C9 and 9B. RGB value is (8,201,155). Sum of RGB (Red+Green+Blue) = 8+201+155=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #08C99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C99B is #F73664. Grayscale: #8A8A8A. Windows color (decimal): -16201317 or 10209544. OLE color: 10209544.
HSL color Cylindrical-coordinate representation of color #08C99B: hue angle of 165.7º 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 #08C99B is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 155 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.21 |
| HSL | 165.7º | 0.92% | 0.41% | - |
| HSV(B) | 165.7º | 0.96% | 0.79% | - |
| XYZ | 26.9 | 44.19 | 38.12 | - |
| YUV | 138.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 155 | 0.96 | 0 | 0.23 | 0.21 | 165.7 | 0.92 | 0.41 |
| Hex | 8 | C9 | 9B | 60 | 0 | 17 | 15 | A6 | 5C | 29 |
| Octal | 10 | 311 | 233 | 140 | 0 | 27 | 25 | 246 | 134 | 51 |
| Binary | 1000 | 11001001 | 10011011 | 1100000 | 0 | 10111 | 10101 | 10100110 | 1011100 | 101001 |
Color Harmonies of #08C99B
Complementary color
Monochromatic Colors of #08C99B
Black with #08C99B
Text Example
Text Example
White with #08C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C99B; }
p { color: rgb(8,201,155); }
H1.HeaderClassName
{
color: #08C99B;
}
.AnyTagClassName
{
color: #08C99B;
}
</style>
background-color css
<style>
a { background-color: #08C99B; }
a { background-color: rgb(8,201,155); }
div.DivClassName
{
background-color: #08C99B;
}
.BgClassName
{
background-color: #08C99B;
}
</style>
border-color css
<style>
span { border-color: #08C99B; }
span { border-color: rgb(8,201,155); }
td.TdClassName
{
border-color: #08C99B;
}
.TagClassName
{
border-color: #08C99B;
}
</style>