Shades of Celadon #99FAB6
Tints of Celadon #99FAB6
RGB
CMYK
RGB Variations
Color information
#99FAB6 (or 0x99FAB6) is known color: Celadon. HEX triplet: 99, FA and B6. RGB value is (153,250,182). Sum of RGB (Red+Green+Blue) = 153+250+182=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAB6 is #660549. Grayscale: #D5D5D5. Windows color (decimal): -6686026 or 11991705. OLE color: 11991705.
HSL color Cylindrical-coordinate representation of color #99FAB6: hue angle of 137.94º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAB6 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 182 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.02 |
| HSL | 137.94º | 0.91% | 0.79% | - |
| HSV(B) | 137.94º | 0.39% | 0.98% | - |
| XYZ | 55.77 | 78.52 | 56.47 | - |
| YUV | 213.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 182 | 0.39 | 0 | 0.27 | 0.02 | 137.94 | 0.91 | 0.79 |
| Hex | 99 | FA | B6 | 27 | 0 | 1B | 2 | 8A | 5B | 4F |
| Octal | 231 | 372 | 266 | 47 | 0 | 33 | 2 | 212 | 133 | 117 |
| Binary | 10011001 | 11111010 | 10110110 | 100111 | 0 | 11011 | 10 | 10001010 | 1011011 | 1001111 |
Color Harmonies of #99FAB6
Complementary color
Monochromatic Colors of #99FAB6
Black with #99FAB6
Text Example
Text Example
White with #99FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FAB6; }
p { color: rgb(153,250,182); }
H1.HeaderClassName
{
color: #99FAB6;
}
.AnyTagClassName
{
color: #99FAB6;
}
</style>
background-color css
<style>
a { background-color: #99FAB6; }
a { background-color: rgb(153,250,182); }
div.DivClassName
{
background-color: #99FAB6;
}
.BgClassName
{
background-color: #99FAB6;
}
</style>
border-color css
<style>
span { border-color: #99FAB6; }
span { border-color: rgb(153,250,182); }
td.TdClassName
{
border-color: #99FAB6;
}
.TagClassName
{
border-color: #99FAB6;
}
</style>