Shades of Jade #08BD6E
Tints of Jade #08BD6E
RGB
CMYK
RGB Variations
Color information
#08BD6E (or 0x08BD6E) is known color: Jade. HEX triplet: 08, BD and 6E. RGB value is (8,189,110). Sum of RGB (Red+Green+Blue) = 8+189+110=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD6E is #F74291. Grayscale: #7E7E7E. Windows color (decimal): -16204434 or 7257352. OLE color: 7257352.
HSL color Cylindrical-coordinate representation of color #08BD6E: hue angle of 153.81º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD6E is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 110 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.26 |
| HSL | 153.81º | 0.92% | 0.39% | - |
| HSV(B) | 153.81º | 0.96% | 0.74% | - |
| XYZ | 21.11 | 37.57 | 20.89 | - |
| YUV | 125.88 | 119.03 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 110 | 0.96 | 0 | 0.42 | 0.26 | 153.81 | 0.92 | 0.39 |
| Hex | 8 | BD | 6E | 60 | 0 | 2A | 1A | 9A | 5C | 27 |
| Octal | 10 | 275 | 156 | 140 | 0 | 52 | 32 | 232 | 134 | 47 |
| Binary | 1000 | 10111101 | 1101110 | 1100000 | 0 | 101010 | 11010 | 10011010 | 1011100 | 100111 |
Color Harmonies of #08BD6E
Complementary color
Monochromatic Colors of #08BD6E
Black with #08BD6E
Text Example
Text Example
White with #08BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD6E; }
p { color: rgb(8,189,110); }
H1.HeaderClassName
{
color: #08BD6E;
}
.AnyTagClassName
{
color: #08BD6E;
}
</style>
background-color css
<style>
a { background-color: #08BD6E; }
a { background-color: rgb(8,189,110); }
div.DivClassName
{
background-color: #08BD6E;
}
.BgClassName
{
background-color: #08BD6E;
}
</style>
border-color css
<style>
span { border-color: #08BD6E; }
span { border-color: rgb(8,189,110); }
td.TdClassName
{
border-color: #08BD6E;
}
.TagClassName
{
border-color: #08BD6E;
}
</style>