Shades of Caribbean Green #08CBA7
Tints of Caribbean Green #08CBA7
RGB
CMYK
RGB Variations
Color information
#08CBA7 (or 0x08CBA7) is known color: Caribbean Green. HEX triplet: 08, CB and A7. RGB value is (8,203,167). Sum of RGB (Red+Green+Blue) = 8+203+167=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBA7 is #F73458. Grayscale: #8C8C8C. Windows color (decimal): -16200793 or 10996488. OLE color: 10996488.
HSL color Cylindrical-coordinate representation of color #08CBA7: hue angle of 168.92º 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 #08CBA7 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 167 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.20 |
| HSL | 168.92º | 0.92% | 0.41% | - |
| HSV(B) | 168.92º | 0.96% | 0.8% | - |
| XYZ | 28.43 | 45.55 | 43.85 | - |
| YUV | 140.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 167 | 0.96 | 0 | 0.18 | 0.20 | 168.92 | 0.92 | 0.41 |
| Hex | 8 | CB | A7 | 60 | 0 | 12 | 14 | A9 | 5C | 29 |
| Octal | 10 | 313 | 247 | 140 | 0 | 22 | 24 | 251 | 134 | 51 |
| Binary | 1000 | 11001011 | 10100111 | 1100000 | 0 | 10010 | 10100 | 10101001 | 1011100 | 101001 |
Color Harmonies of #08CBA7
Complementary color
Monochromatic Colors of #08CBA7
Black with #08CBA7
Text Example
Text Example
White with #08CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBA7; }
p { color: rgb(8,203,167); }
H1.HeaderClassName
{
color: #08CBA7;
}
.AnyTagClassName
{
color: #08CBA7;
}
</style>
background-color css
<style>
a { background-color: #08CBA7; }
a { background-color: rgb(8,203,167); }
div.DivClassName
{
background-color: #08CBA7;
}
.BgClassName
{
background-color: #08CBA7;
}
</style>
border-color css
<style>
span { border-color: #08CBA7; }
span { border-color: rgb(8,203,167); }
td.TdClassName
{
border-color: #08CBA7;
}
.TagClassName
{
border-color: #08CBA7;
}
</style>