Shades of Caribbean Green #08CCB1
Tints of Caribbean Green #08CCB1
RGB
CMYK
RGB Variations
Color information
#08CCB1 (or 0x08CCB1) is known color: Caribbean Green. HEX triplet: 08, CC and B1. RGB value is (8,204,177). Sum of RGB (Red+Green+Blue) = 8+204+177=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #08CCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CCB1 is #F7334E. Grayscale: #8E8E8E. Windows color (decimal): -16200527 or 11652104. OLE color: 11652104.
HSL color Cylindrical-coordinate representation of color #08CCB1: hue angle of 171.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CCB1 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 204 | 177 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.2 |
| HSL | 171.73º | 0.92% | 0.42% | - |
| HSV(B) | 171.73º | 0.96% | 0.8% | - |
| XYZ | 29.63 | 46.41 | 48.99 | - |
| YUV | 142.32 | 147.57 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 204 | 177 | 0.96 | 0 | 0.13 | 0.2 | 171.73 | 0.92 | 0.42 |
| Hex | 8 | CC | B1 | 60 | 0 | D | 14 | AC | 5C | 2A |
| Octal | 10 | 314 | 261 | 140 | 0 | 15 | 24 | 254 | 134 | 52 |
| Binary | 1000 | 11001100 | 10110001 | 1100000 | 0 | 1101 | 10100 | 10101100 | 1011100 | 101010 |
Color Harmonies of #08CCB1
Complementary color
Monochromatic Colors of #08CCB1
Black with #08CCB1
Text Example
Text Example
White with #08CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CCB1; }
p { color: rgb(8,204,177); }
H1.HeaderClassName
{
color: #08CCB1;
}
.AnyTagClassName
{
color: #08CCB1;
}
</style>
background-color css
<style>
a { background-color: #08CCB1; }
a { background-color: rgb(8,204,177); }
div.DivClassName
{
background-color: #08CCB1;
}
.BgClassName
{
background-color: #08CCB1;
}
</style>
border-color css
<style>
span { border-color: #08CCB1; }
span { border-color: rgb(8,204,177); }
td.TdClassName
{
border-color: #08CCB1;
}
.TagClassName
{
border-color: #08CCB1;
}
</style>