Shades of Caribbean Green #08E09D
Tints of Caribbean Green #08E09D
RGB
CMYK
RGB Variations
Color information
#08E09D (or 0x08E09D) is known color: Caribbean Green. HEX triplet: 08, E0 and 9D. RGB value is (8,224,157). Sum of RGB (Red+Green+Blue) = 8+224+157=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #08E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E09D is #F71F62. Grayscale: #979797. Windows color (decimal): -16195427 or 10346504. OLE color: 10346504.
HSL color Cylindrical-coordinate representation of color #08E09D: hue angle of 161.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E09D is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 157 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.12 |
| HSL | 161.39º | 0.93% | 0.45% | - |
| HSV(B) | 161.39º | 0.96% | 0.88% | - |
| XYZ | 32.84 | 55.8 | 40.94 | - |
| YUV | 151.78 | 130.94 | 25.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 157 | 0.96 | 0 | 0.30 | 0.12 | 161.39 | 0.93 | 0.45 |
| Hex | 8 | E0 | 9D | 60 | 0 | 1E | C | A1 | 5D | 2D |
| Octal | 10 | 340 | 235 | 140 | 0 | 36 | 14 | 241 | 135 | 55 |
| Binary | 1000 | 11100000 | 10011101 | 1100000 | 0 | 11110 | 1100 | 10100001 | 1011101 | 101101 |
Color Harmonies of #08E09D
Complementary color
Monochromatic Colors of #08E09D
Black with #08E09D
Text Example
Text Example
White with #08E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E09D; }
p { color: rgb(8,224,157); }
H1.HeaderClassName
{
color: #08E09D;
}
.AnyTagClassName
{
color: #08E09D;
}
</style>
background-color css
<style>
a { background-color: #08E09D; }
a { background-color: rgb(8,224,157); }
div.DivClassName
{
background-color: #08E09D;
}
.BgClassName
{
background-color: #08E09D;
}
</style>
border-color css
<style>
span { border-color: #08E09D; }
span { border-color: rgb(8,224,157); }
td.TdClassName
{
border-color: #08E09D;
}
.TagClassName
{
border-color: #08E09D;
}
</style>