Shades of Celadon #A7FAAD
Tints of Celadon #A7FAAD
RGB
CMYK
RGB Variations
Color information
#A7FAAD (or 0xA7FAAD) is known color: Celadon. HEX triplet: A7, FA and AD. RGB value is (167,250,173). Sum of RGB (Red+Green+Blue) = 167+250+173=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7FAAD is #580552. Grayscale: #D8D8D8. Windows color (decimal): -5768531 or 11401895. OLE color: 11401895.
HSL color Cylindrical-coordinate representation of color #A7FAAD: hue angle of 124.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FAAD is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 173 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.02 |
| HSL | 124.34º | 0.89% | 0.82% | - |
| HSV(B) | 124.34º | 0.33% | 0.98% | - |
| XYZ | 57.66 | 79.6 | 51.86 | - |
| YUV | 216.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 173 | 0.33 | 0 | 0.31 | 0.02 | 124.34 | 0.89 | 0.82 |
| Hex | A7 | FA | AD | 21 | 0 | 1F | 2 | 7C | 59 | 52 |
| Octal | 247 | 372 | 255 | 41 | 0 | 37 | 2 | 174 | 131 | 122 |
| Binary | 10100111 | 11111010 | 10101101 | 100001 | 0 | 11111 | 10 | 1111100 | 1011001 | 1010010 |
Color Harmonies of #A7FAAD
Complementary color
Monochromatic Colors of #A7FAAD
Black with #A7FAAD
Text Example
Text Example
White with #A7FAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FAAD; }
p { color: rgb(167,250,173); }
H1.HeaderClassName
{
color: #A7FAAD;
}
.AnyTagClassName
{
color: #A7FAAD;
}
</style>
background-color css
<style>
a { background-color: #A7FAAD; }
a { background-color: rgb(167,250,173); }
div.DivClassName
{
background-color: #A7FAAD;
}
.BgClassName
{
background-color: #A7FAAD;
}
</style>
border-color css
<style>
span { border-color: #A7FAAD; }
span { border-color: rgb(167,250,173); }
td.TdClassName
{
border-color: #A7FAAD;
}
.TagClassName
{
border-color: #A7FAAD;
}
</style>