Shades of Celadon #99F0AB
Tints of Celadon #99F0AB
RGB
CMYK
RGB Variations
Color information
#99F0AB (or 0x99F0AB) is known color: Celadon. HEX triplet: 99, F0 and AB. RGB value is (153,240,171). Sum of RGB (Red+Green+Blue) = 153+240+171=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F0AB is #660F54. Grayscale: #CECECE. Windows color (decimal): -6688597 or 11268249. OLE color: 11268249.
HSL color Cylindrical-coordinate representation of color #99F0AB: hue angle of 132.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0AB is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 171 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.06 |
| HSL | 132.41º | 0.74% | 0.77% | - |
| HSV(B) | 132.41º | 0.36% | 0.94% | - |
| XYZ | 51.65 | 72.03 | 49.71 | - |
| YUV | 206.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 171 | 0.36 | 0 | 0.29 | 0.06 | 132.41 | 0.74 | 0.77 |
| Hex | 99 | F0 | AB | 24 | 0 | 1D | 6 | 84 | 4A | 4D |
| Octal | 231 | 360 | 253 | 44 | 0 | 35 | 6 | 204 | 112 | 115 |
| Binary | 10011001 | 11110000 | 10101011 | 100100 | 0 | 11101 | 110 | 10000100 | 1001010 | 1001101 |
Color Harmonies of #99F0AB
Complementary color
Monochromatic Colors of #99F0AB
Black with #99F0AB
Text Example
Text Example
White with #99F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0AB; }
p { color: rgb(153,240,171); }
H1.HeaderClassName
{
color: #99F0AB;
}
.AnyTagClassName
{
color: #99F0AB;
}
</style>
background-color css
<style>
a { background-color: #99F0AB; }
a { background-color: rgb(153,240,171); }
div.DivClassName
{
background-color: #99F0AB;
}
.BgClassName
{
background-color: #99F0AB;
}
</style>
border-color css
<style>
span { border-color: #99F0AB; }
span { border-color: rgb(153,240,171); }
td.TdClassName
{
border-color: #99F0AB;
}
.TagClassName
{
border-color: #99F0AB;
}
</style>