Shades of Caribbean Green #08D09D
Tints of Caribbean Green #08D09D
RGB
CMYK
RGB Variations
Color information
#08D09D (or 0x08D09D) is known color: Caribbean Green. HEX triplet: 08, D0 and 9D. RGB value is (8,208,157). Sum of RGB (Red+Green+Blue) = 8+208+157=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #08D09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D09D is #F72F62. Grayscale: #8E8E8E. Windows color (decimal): -16199523 or 10342408. OLE color: 10342408.
HSL color Cylindrical-coordinate representation of color #08D09D: hue angle of 164.7º 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 #08D09D is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 157 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.18 |
| HSL | 164.7º | 0.93% | 0.42% | - |
| HSV(B) | 164.7º | 0.96% | 0.82% | - |
| XYZ | 28.74 | 47.6 | 39.57 | - |
| YUV | 142.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 157 | 0.96 | 0 | 0.25 | 0.18 | 164.7 | 0.93 | 0.42 |
| Hex | 8 | D0 | 9D | 60 | 0 | 19 | 12 | A5 | 5D | 2A |
| Octal | 10 | 320 | 235 | 140 | 0 | 31 | 22 | 245 | 135 | 52 |
| Binary | 1000 | 11010000 | 10011101 | 1100000 | 0 | 11001 | 10010 | 10100101 | 1011101 | 101010 |
Color Harmonies of #08D09D
Complementary color
Monochromatic Colors of #08D09D
Black with #08D09D
Text Example
Text Example
White with #08D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D09D; }
p { color: rgb(8,208,157); }
H1.HeaderClassName
{
color: #08D09D;
}
.AnyTagClassName
{
color: #08D09D;
}
</style>
background-color css
<style>
a { background-color: #08D09D; }
a { background-color: rgb(8,208,157); }
div.DivClassName
{
background-color: #08D09D;
}
.BgClassName
{
background-color: #08D09D;
}
</style>
border-color css
<style>
span { border-color: #08D09D; }
span { border-color: rgb(8,208,157); }
td.TdClassName
{
border-color: #08D09D;
}
.TagClassName
{
border-color: #08D09D;
}
</style>