Shades of Celadon #9BF1AD
Tints of Celadon #9BF1AD
RGB
CMYK
RGB Variations
Color information
#9BF1AD (or 0x9BF1AD) is known color: Celadon. HEX triplet: 9B, F1 and AD. RGB value is (155,241,173). Sum of RGB (Red+Green+Blue) = 155+241+173=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF1AD is #640E52. Grayscale: #CFCFCF. Windows color (decimal): -6557267 or 11399579. OLE color: 11399579.
HSL color Cylindrical-coordinate representation of color #9BF1AD: hue angle of 132.56º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1AD is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 173 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.05 |
| HSL | 132.56º | 0.75% | 0.78% | - |
| HSV(B) | 132.56º | 0.36% | 0.95% | - |
| XYZ | 52.52 | 72.9 | 50.84 | - |
| YUV | 207.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 173 | 0.36 | 0 | 0.28 | 0.05 | 132.56 | 0.75 | 0.78 |
| Hex | 9B | F1 | AD | 24 | 0 | 1C | 5 | 85 | 4B | 4E |
| Octal | 233 | 361 | 255 | 44 | 0 | 34 | 5 | 205 | 113 | 116 |
| Binary | 10011011 | 11110001 | 10101101 | 100100 | 0 | 11100 | 101 | 10000101 | 1001011 | 1001110 |
Color Harmonies of #9BF1AD
Complementary color
Monochromatic Colors of #9BF1AD
Black with #9BF1AD
Text Example
Text Example
White with #9BF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1AD; }
p { color: rgb(155,241,173); }
H1.HeaderClassName
{
color: #9BF1AD;
}
.AnyTagClassName
{
color: #9BF1AD;
}
</style>
background-color css
<style>
a { background-color: #9BF1AD; }
a { background-color: rgb(155,241,173); }
div.DivClassName
{
background-color: #9BF1AD;
}
.BgClassName
{
background-color: #9BF1AD;
}
</style>
border-color css
<style>
span { border-color: #9BF1AD; }
span { border-color: rgb(155,241,173); }
td.TdClassName
{
border-color: #9BF1AD;
}
.TagClassName
{
border-color: #9BF1AD;
}
</style>