Shades of Celadon #9BF2AF
Tints of Celadon #9BF2AF
RGB
CMYK
RGB Variations
Color information
#9BF2AF (or 0x9BF2AF) is known color: Celadon. HEX triplet: 9B, F2 and AF. RGB value is (155,242,175). Sum of RGB (Red+Green+Blue) = 155+242+175=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AF is #640D50. Grayscale: #D0D0D0. Windows color (decimal): -6557009 or 11530907. OLE color: 11530907.
HSL color Cylindrical-coordinate representation of color #9BF2AF: hue angle of 133.79º degrees, saturation: 0.77, 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 #9BF2AF is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 175 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.05 |
| HSL | 133.79º | 0.77% | 0.78% | - |
| HSV(B) | 133.79º | 0.36% | 0.95% | - |
| XYZ | 53.01 | 73.57 | 51.96 | - |
| YUV | 208.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 175 | 0.36 | 0 | 0.28 | 0.05 | 133.79 | 0.77 | 0.78 |
| Hex | 9B | F2 | AF | 24 | 0 | 1C | 5 | 86 | 4D | 4E |
| Octal | 233 | 362 | 257 | 44 | 0 | 34 | 5 | 206 | 115 | 116 |
| Binary | 10011011 | 11110010 | 10101111 | 100100 | 0 | 11100 | 101 | 10000110 | 1001101 | 1001110 |
Color Harmonies of #9BF2AF
Complementary color
Monochromatic Colors of #9BF2AF
Black with #9BF2AF
Text Example
Text Example
White with #9BF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF2AF; }
p { color: rgb(155,242,175); }
H1.HeaderClassName
{
color: #9BF2AF;
}
.AnyTagClassName
{
color: #9BF2AF;
}
</style>
background-color css
<style>
a { background-color: #9BF2AF; }
a { background-color: rgb(155,242,175); }
div.DivClassName
{
background-color: #9BF2AF;
}
.BgClassName
{
background-color: #9BF2AF;
}
</style>
border-color css
<style>
span { border-color: #9BF2AF; }
span { border-color: rgb(155,242,175); }
td.TdClassName
{
border-color: #9BF2AF;
}
.TagClassName
{
border-color: #9BF2AF;
}
</style>