Shades of Celadon #AFEBAF
Tints of Celadon #AFEBAF
RGB
CMYK
RGB Variations
Color information
#AFEBAF (or 0xAFEBAF) is known color: Celadon. HEX triplet: AF, EB and AF. RGB value is (175,235,175). Sum of RGB (Red+Green+Blue) = 175+235+175=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAF is #501450. Grayscale: #D2D2D2. Windows color (decimal): -5248081 or 11529135. OLE color: 11529135.
HSL color Cylindrical-coordinate representation of color #AFEBAF: hue angle of 120º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 175 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.08 |
| HSL | 120º | 0.6% | 0.8% | - |
| HSV(B) | 120º | 0.26% | 0.92% | - |
| XYZ | 55.13 | 71.63 | 51.48 | - |
| YUV | 210.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 175 | 0.26 | 0 | 0.26 | 0.08 | 120 | 0.6 | 0.8 |
| Hex | AF | EB | AF | 1A | 0 | 1A | 8 | 78 | 3C | 50 |
| Octal | 257 | 353 | 257 | 32 | 0 | 32 | 10 | 170 | 74 | 120 |
| Binary | 10101111 | 11101011 | 10101111 | 11010 | 0 | 11010 | 1000 | 1111000 | 111100 | 1010000 |
Color Harmonies of #AFEBAF
Complementary color
Monochromatic Colors of #AFEBAF
Black with #AFEBAF
Text Example
Text Example
White with #AFEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBAF; }
p { color: rgb(175,235,175); }
H1.HeaderClassName
{
color: #AFEBAF;
}
.AnyTagClassName
{
color: #AFEBAF;
}
</style>
background-color css
<style>
a { background-color: #AFEBAF; }
a { background-color: rgb(175,235,175); }
div.DivClassName
{
background-color: #AFEBAF;
}
.BgClassName
{
background-color: #AFEBAF;
}
</style>
border-color css
<style>
span { border-color: #AFEBAF; }
span { border-color: rgb(175,235,175); }
td.TdClassName
{
border-color: #AFEBAF;
}
.TagClassName
{
border-color: #AFEBAF;
}
</style>