Shades of Jade #15B06C
Tints of Jade #15B06C
RGB
CMYK
RGB Variations
Color information
#15B06C (or 0x15B06C) is known color: Jade. HEX triplet: 15, B0 and 6C. RGB value is (21,176,108). Sum of RGB (Red+Green+Blue) = 21+176+108=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #15B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15B06C is #EA4F93. Grayscale: #7A7A7A. Windows color (decimal): -15355796 or 7122965. OLE color: 7122965.
HSL color Cylindrical-coordinate representation of color #15B06C: hue angle of 153.68º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B06C is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 176 | 108 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.31 |
| HSL | 153.68º | 0.79% | 0.39% | - |
| HSV(B) | 153.68º | 0.88% | 0.69% | - |
| XYZ | 18.54 | 32.29 | 19.44 | - |
| YUV | 121.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 108 | 0.88 | 0 | 0.39 | 0.31 | 153.68 | 0.79 | 0.39 |
| Hex | 15 | B0 | 6C | 58 | 0 | 27 | 1F | 9A | 4F | 27 |
| Octal | 25 | 260 | 154 | 130 | 0 | 47 | 37 | 232 | 117 | 47 |
| Binary | 10101 | 10110000 | 1101100 | 1011000 | 0 | 100111 | 11111 | 10011010 | 1001111 | 100111 |
Color Harmonies of #15B06C
Complementary color
Monochromatic Colors of #15B06C
Black with #15B06C
Text Example
Text Example
White with #15B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B06C; }
p { color: rgb(21,176,108); }
H1.HeaderClassName
{
color: #15B06C;
}
.AnyTagClassName
{
color: #15B06C;
}
</style>
background-color css
<style>
a { background-color: #15B06C; }
a { background-color: rgb(21,176,108); }
div.DivClassName
{
background-color: #15B06C;
}
.BgClassName
{
background-color: #15B06C;
}
</style>
border-color css
<style>
span { border-color: #15B06C; }
span { border-color: rgb(21,176,108); }
td.TdClassName
{
border-color: #15B06C;
}
.TagClassName
{
border-color: #15B06C;
}
</style>