Shades of Caribbean Green #08DA8A
Tints of Caribbean Green #08DA8A
RGB
CMYK
RGB Variations
Color information
#08DA8A (or 0x08DA8A) is known color: Caribbean Green. HEX triplet: 08, DA and 8A. RGB value is (8,218,138). Sum of RGB (Red+Green+Blue) = 8+218+138=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DA8A is #F72575. Grayscale: #929292. Windows color (decimal): -16196982 or 9099784. OLE color: 9099784.
HSL color Cylindrical-coordinate representation of color #08DA8A: hue angle of 157.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DA8A is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 218 | 138 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.15 |
| HSL | 157.14º | 0.93% | 0.44% | - |
| HSV(B) | 157.14º | 0.96% | 0.85% | - |
| XYZ | 29.76 | 52.03 | 32.52 | - |
| YUV | 146.09 | 123.43 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 138 | 0.96 | 0 | 0.37 | 0.15 | 157.14 | 0.93 | 0.44 |
| Hex | 8 | DA | 8A | 60 | 0 | 25 | F | 9D | 5D | 2C |
| Octal | 10 | 332 | 212 | 140 | 0 | 45 | 17 | 235 | 135 | 54 |
| Binary | 1000 | 11011010 | 10001010 | 1100000 | 0 | 100101 | 1111 | 10011101 | 1011101 | 101100 |
Color Harmonies of #08DA8A
Complementary color
Monochromatic Colors of #08DA8A
Black with #08DA8A
Text Example
Text Example
White with #08DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DA8A; }
p { color: rgb(8,218,138); }
H1.HeaderClassName
{
color: #08DA8A;
}
.AnyTagClassName
{
color: #08DA8A;
}
</style>
background-color css
<style>
a { background-color: #08DA8A; }
a { background-color: rgb(8,218,138); }
div.DivClassName
{
background-color: #08DA8A;
}
.BgClassName
{
background-color: #08DA8A;
}
</style>
border-color css
<style>
span { border-color: #08DA8A; }
span { border-color: rgb(8,218,138); }
td.TdClassName
{
border-color: #08DA8A;
}
.TagClassName
{
border-color: #08DA8A;
}
</style>