Shades of Caribbean Green #08D090
Tints of Caribbean Green #08D090
RGB
CMYK
RGB Variations
Color information
#08D090 (or 0x08D090) is known color: Caribbean Green. HEX triplet: 08, D0 and 90. RGB value is (8,208,144). Sum of RGB (Red+Green+Blue) = 8+208+144=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #08D090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D090 is #F72F6F. Grayscale: #8C8C8C. Windows color (decimal): -16199536 or 9490440. OLE color: 9490440.
HSL color Cylindrical-coordinate representation of color #08D090: hue angle of 160.8º 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 #08D090 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 144 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.18 |
| HSL | 160.8º | 0.93% | 0.42% | - |
| HSV(B) | 160.8º | 0.96% | 0.82% | - |
| XYZ | 27.69 | 47.18 | 34.03 | - |
| YUV | 140.9 | 129.74 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 144 | 0.96 | 0 | 0.31 | 0.18 | 160.8 | 0.93 | 0.42 |
| Hex | 8 | D0 | 90 | 60 | 0 | 1F | 12 | A1 | 5D | 2A |
| Octal | 10 | 320 | 220 | 140 | 0 | 37 | 22 | 241 | 135 | 52 |
| Binary | 1000 | 11010000 | 10010000 | 1100000 | 0 | 11111 | 10010 | 10100001 | 1011101 | 101010 |
Color Harmonies of #08D090
Complementary color
Monochromatic Colors of #08D090
Black with #08D090
Text Example
Text Example
White with #08D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D090; }
p { color: rgb(8,208,144); }
H1.HeaderClassName
{
color: #08D090;
}
.AnyTagClassName
{
color: #08D090;
}
</style>
background-color css
<style>
a { background-color: #08D090; }
a { background-color: rgb(8,208,144); }
div.DivClassName
{
background-color: #08D090;
}
.BgClassName
{
background-color: #08D090;
}
</style>
border-color css
<style>
span { border-color: #08D090; }
span { border-color: rgb(8,208,144); }
td.TdClassName
{
border-color: #08D090;
}
.TagClassName
{
border-color: #08D090;
}
</style>