Shades of Celadon #9DEDB2
Tints of Celadon #9DEDB2
RGB
CMYK
RGB Variations
Color information
#9DEDB2 (or 0x9DEDB2) is known color: Celadon. HEX triplet: 9D, ED and B2. RGB value is (157,237,178). Sum of RGB (Red+Green+Blue) = 157+237+178=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDB2 is #62124D. Grayscale: #CECECE. Windows color (decimal): -6427214 or 11726237. OLE color: 11726237.
HSL color Cylindrical-coordinate representation of color #9DEDB2: hue angle of 135.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDB2 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 178 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.07 |
| HSL | 135.75º | 0.69% | 0.77% | - |
| HSV(B) | 135.75º | 0.34% | 0.93% | - |
| XYZ | 52.22 | 70.95 | 53.06 | - |
| YUV | 206.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 178 | 0.34 | 0 | 0.25 | 0.07 | 135.75 | 0.69 | 0.77 |
| Hex | 9D | ED | B2 | 22 | 0 | 19 | 7 | 88 | 45 | 4D |
| Octal | 235 | 355 | 262 | 42 | 0 | 31 | 7 | 210 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10110010 | 100010 | 0 | 11001 | 111 | 10001000 | 1000101 | 1001101 |
Color Harmonies of #9DEDB2
Complementary color
Monochromatic Colors of #9DEDB2
Black with #9DEDB2
Text Example
Text Example
White with #9DEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDB2; }
p { color: rgb(157,237,178); }
H1.HeaderClassName
{
color: #9DEDB2;
}
.AnyTagClassName
{
color: #9DEDB2;
}
</style>
background-color css
<style>
a { background-color: #9DEDB2; }
a { background-color: rgb(157,237,178); }
div.DivClassName
{
background-color: #9DEDB2;
}
.BgClassName
{
background-color: #9DEDB2;
}
</style>
border-color css
<style>
span { border-color: #9DEDB2; }
span { border-color: rgb(157,237,178); }
td.TdClassName
{
border-color: #9DEDB2;
}
.TagClassName
{
border-color: #9DEDB2;
}
</style>