Shades of Caribbean Green #08DF8A
Tints of Caribbean Green #08DF8A
RGB
CMYK
RGB Variations
Color information
#08DF8A (or 0x08DF8A) is known color: Caribbean Green. HEX triplet: 08, DF and 8A. RGB value is (8,223,138). Sum of RGB (Red+Green+Blue) = 8+223+138=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DF8A is #F72075. Grayscale: #959595. Windows color (decimal): -16195702 or 9101064. OLE color: 9101064.
HSL color Cylindrical-coordinate representation of color #08DF8A: hue angle of 156.28º 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 #08DF8A is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 138 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.13 |
| HSL | 156.28º | 0.93% | 0.45% | - |
| HSV(B) | 156.28º | 0.96% | 0.87% | - |
| XYZ | 31.08 | 54.66 | 32.96 | - |
| YUV | 149.03 | 121.77 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 138 | 0.96 | 0 | 0.38 | 0.13 | 156.28 | 0.93 | 0.45 |
| Hex | 8 | DF | 8A | 60 | 0 | 26 | D | 9C | 5D | 2D |
| Octal | 10 | 337 | 212 | 140 | 0 | 46 | 15 | 234 | 135 | 55 |
| Binary | 1000 | 11011111 | 10001010 | 1100000 | 0 | 100110 | 1101 | 10011100 | 1011101 | 101101 |
Color Harmonies of #08DF8A
Complementary color
Monochromatic Colors of #08DF8A
Black with #08DF8A
Text Example
Text Example
White with #08DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF8A; }
p { color: rgb(8,223,138); }
H1.HeaderClassName
{
color: #08DF8A;
}
.AnyTagClassName
{
color: #08DF8A;
}
</style>
background-color css
<style>
a { background-color: #08DF8A; }
a { background-color: rgb(8,223,138); }
div.DivClassName
{
background-color: #08DF8A;
}
.BgClassName
{
background-color: #08DF8A;
}
</style>
border-color css
<style>
span { border-color: #08DF8A; }
span { border-color: rgb(8,223,138); }
td.TdClassName
{
border-color: #08DF8A;
}
.TagClassName
{
border-color: #08DF8A;
}
</style>