Shades of Caribbean Green #08CBB0
Tints of Caribbean Green #08CBB0
RGB
CMYK
RGB Variations
Color information
#08CBB0 (or 0x08CBB0) is known color: Caribbean Green. HEX triplet: 08, CB and B0. RGB value is (8,203,176). Sum of RGB (Red+Green+Blue) = 8+203+176=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBB0 is #F7344F. Grayscale: #8D8D8D. Windows color (decimal): -16200784 or 11586312. OLE color: 11586312.
HSL color Cylindrical-coordinate representation of color #08CBB0: hue angle of 171.69º 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 #08CBB0 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 176 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.20 |
| HSL | 171.69º | 0.92% | 0.41% | - |
| HSV(B) | 171.69º | 0.96% | 0.8% | - |
| XYZ | 29.29 | 45.9 | 48.39 | - |
| YUV | 141.62 | 147.4 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 176 | 0.96 | 0 | 0.13 | 0.20 | 171.69 | 0.92 | 0.41 |
| Hex | 8 | CB | B0 | 60 | 0 | D | 14 | AC | 5C | 29 |
| Octal | 10 | 313 | 260 | 140 | 0 | 15 | 24 | 254 | 134 | 51 |
| Binary | 1000 | 11001011 | 10110000 | 1100000 | 0 | 1101 | 10100 | 10101100 | 1011100 | 101001 |
Color Harmonies of #08CBB0
Complementary color
Monochromatic Colors of #08CBB0
Black with #08CBB0
Text Example
Text Example
White with #08CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBB0; }
p { color: rgb(8,203,176); }
H1.HeaderClassName
{
color: #08CBB0;
}
.AnyTagClassName
{
color: #08CBB0;
}
</style>
background-color css
<style>
a { background-color: #08CBB0; }
a { background-color: rgb(8,203,176); }
div.DivClassName
{
background-color: #08CBB0;
}
.BgClassName
{
background-color: #08CBB0;
}
</style>
border-color css
<style>
span { border-color: #08CBB0; }
span { border-color: rgb(8,203,176); }
td.TdClassName
{
border-color: #08CBB0;
}
.TagClassName
{
border-color: #08CBB0;
}
</style>