Shades of Celadon #9BEFAB
Tints of Celadon #9BEFAB
RGB
CMYK
RGB Variations
Color information
#9BEFAB (or 0x9BEFAB) is known color: Celadon. HEX triplet: 9B, EF and AB. RGB value is (155,239,171). Sum of RGB (Red+Green+Blue) = 155+239+171=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFAB is #641054. Grayscale: #CECECE. Windows color (decimal): -6557781 or 11267995. OLE color: 11267995.
HSL color Cylindrical-coordinate representation of color #9BEFAB: hue angle of 131.43º 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 #9BEFAB is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 171 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.06 |
| HSL | 131.43º | 0.72% | 0.77% | - |
| HSV(B) | 131.43º | 0.35% | 0.94% | - |
| XYZ | 51.73 | 71.64 | 49.63 | - |
| YUV | 206.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 171 | 0.35 | 0 | 0.28 | 0.06 | 131.43 | 0.72 | 0.77 |
| Hex | 9B | EF | AB | 23 | 0 | 1C | 6 | 83 | 48 | 4D |
| Octal | 233 | 357 | 253 | 43 | 0 | 34 | 6 | 203 | 110 | 115 |
| Binary | 10011011 | 11101111 | 10101011 | 100011 | 0 | 11100 | 110 | 10000011 | 1001000 | 1001101 |
Color Harmonies of #9BEFAB
Complementary color
Monochromatic Colors of #9BEFAB
Black with #9BEFAB
Text Example
Text Example
White with #9BEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFAB; }
p { color: rgb(155,239,171); }
H1.HeaderClassName
{
color: #9BEFAB;
}
.AnyTagClassName
{
color: #9BEFAB;
}
</style>
background-color css
<style>
a { background-color: #9BEFAB; }
a { background-color: rgb(155,239,171); }
div.DivClassName
{
background-color: #9BEFAB;
}
.BgClassName
{
background-color: #9BEFAB;
}
</style>
border-color css
<style>
span { border-color: #9BEFAB; }
span { border-color: rgb(155,239,171); }
td.TdClassName
{
border-color: #9BEFAB;
}
.TagClassName
{
border-color: #9BEFAB;
}
</style>