Shades of Caribbean Green #08D08B
Tints of Caribbean Green #08D08B
RGB
CMYK
RGB Variations
Color information
#08D08B (or 0x08D08B) is known color: Caribbean Green. HEX triplet: 08, D0 and 8B. RGB value is (8,208,139). Sum of RGB (Red+Green+Blue) = 8+208+139=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #08D08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D08B is #F72F74. Grayscale: #8C8C8C. Windows color (decimal): -16199541 or 9162760. OLE color: 9162760.
HSL color Cylindrical-coordinate representation of color #08D08B: hue angle of 159.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D08B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 139 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.18 |
| HSL | 159.3º | 0.93% | 0.42% | - |
| HSV(B) | 159.3º | 0.96% | 0.82% | - |
| XYZ | 27.32 | 47.03 | 32.06 | - |
| YUV | 140.33 | 127.24 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 139 | 0.96 | 0 | 0.33 | 0.18 | 159.3 | 0.93 | 0.42 |
| Hex | 8 | D0 | 8B | 60 | 0 | 21 | 12 | 9F | 5D | 2A |
| Octal | 10 | 320 | 213 | 140 | 0 | 41 | 22 | 237 | 135 | 52 |
| Binary | 1000 | 11010000 | 10001011 | 1100000 | 0 | 100001 | 10010 | 10011111 | 1011101 | 101010 |
Color Harmonies of #08D08B
Complementary color
Monochromatic Colors of #08D08B
Black with #08D08B
Text Example
Text Example
White with #08D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D08B; }
p { color: rgb(8,208,139); }
H1.HeaderClassName
{
color: #08D08B;
}
.AnyTagClassName
{
color: #08D08B;
}
</style>
background-color css
<style>
a { background-color: #08D08B; }
a { background-color: rgb(8,208,139); }
div.DivClassName
{
background-color: #08D08B;
}
.BgClassName
{
background-color: #08D08B;
}
</style>
border-color css
<style>
span { border-color: #08D08B; }
span { border-color: rgb(8,208,139); }
td.TdClassName
{
border-color: #08D08B;
}
.TagClassName
{
border-color: #08D08B;
}
</style>