Shades of Caribbean Green #08CAB2
Tints of Caribbean Green #08CAB2
RGB
CMYK
RGB Variations
Color information
#08CAB2 (or 0x08CAB2) is known color: Caribbean Green. HEX triplet: 08, CA and B2. RGB value is (8,202,178). Sum of RGB (Red+Green+Blue) = 8+202+178=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #08CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CAB2 is #F7354D. Grayscale: #8D8D8D. Windows color (decimal): -16201038 or 11717128. OLE color: 11717128.
HSL color Cylindrical-coordinate representation of color #08CAB2: hue angle of 172.58º 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 #08CAB2 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 178 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.21 |
| HSL | 172.58º | 0.92% | 0.41% | - |
| HSV(B) | 172.58º | 0.96% | 0.79% | - |
| XYZ | 29.26 | 45.51 | 49.36 | - |
| YUV | 141.26 | 148.73 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 178 | 0.96 | 0 | 0.12 | 0.21 | 172.58 | 0.92 | 0.41 |
| Hex | 8 | CA | B2 | 60 | 0 | C | 15 | AD | 5C | 29 |
| Octal | 10 | 312 | 262 | 140 | 0 | 14 | 25 | 255 | 134 | 51 |
| Binary | 1000 | 11001010 | 10110010 | 1100000 | 0 | 1100 | 10101 | 10101101 | 1011100 | 101001 |
Color Harmonies of #08CAB2
Complementary color
Monochromatic Colors of #08CAB2
Black with #08CAB2
Text Example
Text Example
White with #08CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CAB2; }
p { color: rgb(8,202,178); }
H1.HeaderClassName
{
color: #08CAB2;
}
.AnyTagClassName
{
color: #08CAB2;
}
</style>
background-color css
<style>
a { background-color: #08CAB2; }
a { background-color: rgb(8,202,178); }
div.DivClassName
{
background-color: #08CAB2;
}
.BgClassName
{
background-color: #08CAB2;
}
</style>
border-color css
<style>
span { border-color: #08CAB2; }
span { border-color: rgb(8,202,178); }
td.TdClassName
{
border-color: #08CAB2;
}
.TagClassName
{
border-color: #08CAB2;
}
</style>