Shades of Caribbean Green #08CE7E
Tints of Caribbean Green #08CE7E
RGB
CMYK
RGB Variations
Color information
#08CE7E (or 0x08CE7E) is known color: Caribbean Green. HEX triplet: 08, CE and 7E. RGB value is (8,206,126). Sum of RGB (Red+Green+Blue) = 8+206+126=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CE7E is #F73181. Grayscale: #898989. Windows color (decimal): -16200066 or 8310280. OLE color: 8310280.
HSL color Cylindrical-coordinate representation of color #08CE7E: hue angle of 155.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CE7E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 126 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.19 |
| HSL | 155.76º | 0.93% | 0.42% | - |
| HSV(B) | 155.76º | 0.96% | 0.81% | - |
| XYZ | 25.94 | 45.7 | 27.19 | - |
| YUV | 137.68 | 121.4 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 126 | 0.96 | 0 | 0.39 | 0.19 | 155.76 | 0.93 | 0.42 |
| Hex | 8 | CE | 7E | 60 | 0 | 27 | 13 | 9C | 5D | 2A |
| Octal | 10 | 316 | 176 | 140 | 0 | 47 | 23 | 234 | 135 | 52 |
| Binary | 1000 | 11001110 | 1111110 | 1100000 | 0 | 100111 | 10011 | 10011100 | 1011101 | 101010 |
Color Harmonies of #08CE7E
Complementary color
Monochromatic Colors of #08CE7E
Black with #08CE7E
Text Example
Text Example
White with #08CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE7E; }
p { color: rgb(8,206,126); }
H1.HeaderClassName
{
color: #08CE7E;
}
.AnyTagClassName
{
color: #08CE7E;
}
</style>
background-color css
<style>
a { background-color: #08CE7E; }
a { background-color: rgb(8,206,126); }
div.DivClassName
{
background-color: #08CE7E;
}
.BgClassName
{
background-color: #08CE7E;
}
</style>
border-color css
<style>
span { border-color: #08CE7E; }
span { border-color: rgb(8,206,126); }
td.TdClassName
{
border-color: #08CE7E;
}
.TagClassName
{
border-color: #08CE7E;
}
</style>