Shades of Caribbean Green #08CDB1
Tints of Caribbean Green #08CDB1
RGB
CMYK
RGB Variations
Color information
#08CDB1 (or 0x08CDB1) is known color: Caribbean Green. HEX triplet: 08, CD and B1. RGB value is (8,205,177). Sum of RGB (Red+Green+Blue) = 8+205+177=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CDB1 is #F7324E. Grayscale: #8E8E8E. Windows color (decimal): -16200271 or 11652360. OLE color: 11652360.
HSL color Cylindrical-coordinate representation of color #08CDB1: hue angle of 171.47º 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 #08CDB1 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 205 | 177 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.20 |
| HSL | 171.47º | 0.92% | 0.42% | - |
| HSV(B) | 171.47º | 0.96% | 0.8% | - |
| XYZ | 29.87 | 46.89 | 49.07 | - |
| YUV | 142.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 205 | 177 | 0.96 | 0 | 0.14 | 0.20 | 171.47 | 0.92 | 0.42 |
| Hex | 8 | CD | B1 | 60 | 0 | E | 14 | AB | 5C | 2A |
| Octal | 10 | 315 | 261 | 140 | 0 | 16 | 24 | 253 | 134 | 52 |
| Binary | 1000 | 11001101 | 10110001 | 1100000 | 0 | 1110 | 10100 | 10101011 | 1011100 | 101010 |
Color Harmonies of #08CDB1
Complementary color
Monochromatic Colors of #08CDB1
Black with #08CDB1
Text Example
Text Example
White with #08CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CDB1; }
p { color: rgb(8,205,177); }
H1.HeaderClassName
{
color: #08CDB1;
}
.AnyTagClassName
{
color: #08CDB1;
}
</style>
background-color css
<style>
a { background-color: #08CDB1; }
a { background-color: rgb(8,205,177); }
div.DivClassName
{
background-color: #08CDB1;
}
.BgClassName
{
background-color: #08CDB1;
}
</style>
border-color css
<style>
span { border-color: #08CDB1; }
span { border-color: rgb(8,205,177); }
td.TdClassName
{
border-color: #08CDB1;
}
.TagClassName
{
border-color: #08CDB1;
}
</style>