Shades of Celadon #AFEBAE
Tints of Celadon #AFEBAE
RGB
CMYK
RGB Variations
Color information
#AFEBAE (or 0xAFEBAE) is known color: Celadon. HEX triplet: AF, EB and AE. RGB value is (175,235,174). Sum of RGB (Red+Green+Blue) = 175+235+174=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAE is #501451. Grayscale: #D2D2D2. Windows color (decimal): -5248082 or 11463599. OLE color: 11463599.
HSL color Cylindrical-coordinate representation of color #AFEBAE: hue angle of 119.02º 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 #AFEBAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 174 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.08 |
| HSL | 119.02º | 0.6% | 0.8% | - |
| HSV(B) | 119.02º | 0.26% | 0.92% | - |
| XYZ | 55.03 | 71.59 | 50.96 | - |
| YUV | 210.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 174 | 0.26 | 0 | 0.26 | 0.08 | 119.02 | 0.6 | 0.8 |
| Hex | AF | EB | AE | 1A | 0 | 1A | 8 | 77 | 3C | 50 |
| Octal | 257 | 353 | 256 | 32 | 0 | 32 | 10 | 167 | 74 | 120 |
| Binary | 10101111 | 11101011 | 10101110 | 11010 | 0 | 11010 | 1000 | 1110111 | 111100 | 1010000 |
Color Harmonies of #AFEBAE
Complementary color
Monochromatic Colors of #AFEBAE
Black with #AFEBAE
Text Example
Text Example
White with #AFEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBAE; }
p { color: rgb(175,235,174); }
H1.HeaderClassName
{
color: #AFEBAE;
}
.AnyTagClassName
{
color: #AFEBAE;
}
</style>
background-color css
<style>
a { background-color: #AFEBAE; }
a { background-color: rgb(175,235,174); }
div.DivClassName
{
background-color: #AFEBAE;
}
.BgClassName
{
background-color: #AFEBAE;
}
</style>
border-color css
<style>
span { border-color: #AFEBAE; }
span { border-color: rgb(175,235,174); }
td.TdClassName
{
border-color: #AFEBAE;
}
.TagClassName
{
border-color: #AFEBAE;
}
</style>