Shades of Celadon #9DF1AB
Tints of Celadon #9DF1AB
RGB
CMYK
RGB Variations
Color information
#9DF1AB (or 0x9DF1AB) is known color: Celadon. HEX triplet: 9D, F1 and AB. RGB value is (157,241,171). Sum of RGB (Red+Green+Blue) = 157+241+171=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF1AB is #620E54. Grayscale: #D0D0D0. Windows color (decimal): -6426197 or 11268509. OLE color: 11268509.
HSL color Cylindrical-coordinate representation of color #9DF1AB: hue angle of 130º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1AB is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 171 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.05 |
| HSL | 130º | 0.75% | 0.78% | - |
| HSV(B) | 130º | 0.35% | 0.95% | - |
| XYZ | 52.71 | 73.02 | 49.84 | - |
| YUV | 207.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 171 | 0.35 | 0 | 0.29 | 0.05 | 130 | 0.75 | 0.78 |
| Hex | 9D | F1 | AB | 23 | 0 | 1D | 5 | 82 | 4B | 4E |
| Octal | 235 | 361 | 253 | 43 | 0 | 35 | 5 | 202 | 113 | 116 |
| Binary | 10011101 | 11110001 | 10101011 | 100011 | 0 | 11101 | 101 | 10000010 | 1001011 | 1001110 |
Color Harmonies of #9DF1AB
Complementary color
Monochromatic Colors of #9DF1AB
Black with #9DF1AB
Text Example
Text Example
White with #9DF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1AB; }
p { color: rgb(157,241,171); }
H1.HeaderClassName
{
color: #9DF1AB;
}
.AnyTagClassName
{
color: #9DF1AB;
}
</style>
background-color css
<style>
a { background-color: #9DF1AB; }
a { background-color: rgb(157,241,171); }
div.DivClassName
{
background-color: #9DF1AB;
}
.BgClassName
{
background-color: #9DF1AB;
}
</style>
border-color css
<style>
span { border-color: #9DF1AB; }
span { border-color: rgb(157,241,171); }
td.TdClassName
{
border-color: #9DF1AB;
}
.TagClassName
{
border-color: #9DF1AB;
}
</style>