Shades of Caribbean Green #08DF9A
Tints of Caribbean Green #08DF9A
RGB
CMYK
RGB Variations
Color information
#08DF9A (or 0x08DF9A) is known color: Caribbean Green. HEX triplet: 08, DF and 9A. RGB value is (8,223,154). Sum of RGB (Red+Green+Blue) = 8+223+154=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DF9A is #F72065. Grayscale: #969696. Windows color (decimal): -16195686 or 10149640. OLE color: 10149640.
HSL color Cylindrical-coordinate representation of color #08DF9A: hue angle of 160.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF9A is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 154 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.13 |
| HSL | 160.74º | 0.93% | 0.45% | - |
| HSV(B) | 160.74º | 0.96% | 0.87% | - |
| XYZ | 32.32 | 55.16 | 39.52 | - |
| YUV | 150.85 | 129.77 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 154 | 0.96 | 0 | 0.31 | 0.13 | 160.74 | 0.93 | 0.45 |
| Hex | 8 | DF | 9A | 60 | 0 | 1F | D | A1 | 5D | 2D |
| Octal | 10 | 337 | 232 | 140 | 0 | 37 | 15 | 241 | 135 | 55 |
| Binary | 1000 | 11011111 | 10011010 | 1100000 | 0 | 11111 | 1101 | 10100001 | 1011101 | 101101 |
Color Harmonies of #08DF9A
Complementary color
Monochromatic Colors of #08DF9A
Black with #08DF9A
Text Example
Text Example
White with #08DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF9A; }
p { color: rgb(8,223,154); }
H1.HeaderClassName
{
color: #08DF9A;
}
.AnyTagClassName
{
color: #08DF9A;
}
</style>
background-color css
<style>
a { background-color: #08DF9A; }
a { background-color: rgb(8,223,154); }
div.DivClassName
{
background-color: #08DF9A;
}
.BgClassName
{
background-color: #08DF9A;
}
</style>
border-color css
<style>
span { border-color: #08DF9A; }
span { border-color: rgb(8,223,154); }
td.TdClassName
{
border-color: #08DF9A;
}
.TagClassName
{
border-color: #08DF9A;
}
</style>