Shades of Caribbean Green #08D29B
Tints of Caribbean Green #08D29B
RGB
CMYK
RGB Variations
Color information
#08D29B (or 0x08D29B) is known color: Caribbean Green. HEX triplet: 08, D2 and 9B. RGB value is (8,210,155). Sum of RGB (Red+Green+Blue) = 8+210+155=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #08D29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D29B is #F72D64. Grayscale: #8F8F8F. Windows color (decimal): -16199013 or 10211848. OLE color: 10211848.
HSL color Cylindrical-coordinate representation of color #08D29B: hue angle of 163.66º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D29B is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 210 | 155 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.18 |
| HSL | 163.66º | 0.93% | 0.43% | - |
| HSV(B) | 163.66º | 0.96% | 0.82% | - |
| XYZ | 29.06 | 48.51 | 38.84 | - |
| YUV | 143.33 | 134.58 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 155 | 0.96 | 0 | 0.26 | 0.18 | 163.66 | 0.93 | 0.43 |
| Hex | 8 | D2 | 9B | 60 | 0 | 1A | 12 | A4 | 5D | 2B |
| Octal | 10 | 322 | 233 | 140 | 0 | 32 | 22 | 244 | 135 | 53 |
| Binary | 1000 | 11010010 | 10011011 | 1100000 | 0 | 11010 | 10010 | 10100100 | 1011101 | 101011 |
Color Harmonies of #08D29B
Complementary color
Monochromatic Colors of #08D29B
Black with #08D29B
Text Example
Text Example
White with #08D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D29B; }
p { color: rgb(8,210,155); }
H1.HeaderClassName
{
color: #08D29B;
}
.AnyTagClassName
{
color: #08D29B;
}
</style>
background-color css
<style>
a { background-color: #08D29B; }
a { background-color: rgb(8,210,155); }
div.DivClassName
{
background-color: #08D29B;
}
.BgClassName
{
background-color: #08D29B;
}
</style>
border-color css
<style>
span { border-color: #08D29B; }
span { border-color: rgb(8,210,155); }
td.TdClassName
{
border-color: #08D29B;
}
.TagClassName
{
border-color: #08D29B;
}
</style>