Shades of Caribbean Green #08CBA1
Tints of Caribbean Green #08CBA1
RGB
CMYK
RGB Variations
Color information
#08CBA1 (or 0x08CBA1) is known color: Caribbean Green. HEX triplet: 08, CB and A1. RGB value is (8,203,161). Sum of RGB (Red+Green+Blue) = 8+203+161=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBA1 is #F7345E. Grayscale: #8B8B8B. Windows color (decimal): -16200799 or 10603272. OLE color: 10603272.
HSL color Cylindrical-coordinate representation of color #08CBA1: hue angle of 167.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBA1 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 161 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.20 |
| HSL | 167.08º | 0.92% | 0.41% | - |
| HSV(B) | 167.08º | 0.96% | 0.8% | - |
| XYZ | 27.89 | 45.34 | 41 | - |
| YUV | 139.91 | 139.9 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 161 | 0.96 | 0 | 0.21 | 0.20 | 167.08 | 0.92 | 0.41 |
| Hex | 8 | CB | A1 | 60 | 0 | 15 | 14 | A7 | 5C | 29 |
| Octal | 10 | 313 | 241 | 140 | 0 | 25 | 24 | 247 | 134 | 51 |
| Binary | 1000 | 11001011 | 10100001 | 1100000 | 0 | 10101 | 10100 | 10100111 | 1011100 | 101001 |
Color Harmonies of #08CBA1
Complementary color
Monochromatic Colors of #08CBA1
Black with #08CBA1
Text Example
Text Example
White with #08CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBA1; }
p { color: rgb(8,203,161); }
H1.HeaderClassName
{
color: #08CBA1;
}
.AnyTagClassName
{
color: #08CBA1;
}
</style>
background-color css
<style>
a { background-color: #08CBA1; }
a { background-color: rgb(8,203,161); }
div.DivClassName
{
background-color: #08CBA1;
}
.BgClassName
{
background-color: #08CBA1;
}
</style>
border-color css
<style>
span { border-color: #08CBA1; }
span { border-color: rgb(8,203,161); }
td.TdClassName
{
border-color: #08CBA1;
}
.TagClassName
{
border-color: #08CBA1;
}
</style>