Shades of Celadon #9BEFAC
Tints of Celadon #9BEFAC
RGB
CMYK
RGB Variations
Color information
#9BEFAC (or 0x9BEFAC) is known color: Celadon. HEX triplet: 9B, EF and AC. RGB value is (155,239,172). Sum of RGB (Red+Green+Blue) = 155+239+172=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFAC is #641053. Grayscale: #CECECE. Windows color (decimal): -6557780 or 11333531. OLE color: 11333531.
HSL color Cylindrical-coordinate representation of color #9BEFAC: hue angle of 132.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFAC is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 172 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.06 |
| HSL | 132.14º | 0.72% | 0.77% | - |
| HSV(B) | 132.14º | 0.35% | 0.94% | - |
| XYZ | 51.83 | 71.68 | 50.13 | - |
| YUV | 206.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 172 | 0.35 | 0 | 0.28 | 0.06 | 132.14 | 0.72 | 0.77 |
| Hex | 9B | EF | AC | 23 | 0 | 1C | 6 | 84 | 48 | 4D |
| Octal | 233 | 357 | 254 | 43 | 0 | 34 | 6 | 204 | 110 | 115 |
| Binary | 10011011 | 11101111 | 10101100 | 100011 | 0 | 11100 | 110 | 10000100 | 1001000 | 1001101 |
Color Harmonies of #9BEFAC
Complementary color
Monochromatic Colors of #9BEFAC
Black with #9BEFAC
Text Example
Text Example
White with #9BEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFAC; }
p { color: rgb(155,239,172); }
H1.HeaderClassName
{
color: #9BEFAC;
}
.AnyTagClassName
{
color: #9BEFAC;
}
</style>
background-color css
<style>
a { background-color: #9BEFAC; }
a { background-color: rgb(155,239,172); }
div.DivClassName
{
background-color: #9BEFAC;
}
.BgClassName
{
background-color: #9BEFAC;
}
</style>
border-color css
<style>
span { border-color: #9BEFAC; }
span { border-color: rgb(155,239,172); }
td.TdClassName
{
border-color: #9BEFAC;
}
.TagClassName
{
border-color: #9BEFAC;
}
</style>