Shades of Celadon #AFEDB2
Tints of Celadon #AFEDB2
RGB
CMYK
RGB Variations
Color information
#AFEDB2 (or 0xAFEDB2) is known color: Celadon. HEX triplet: AF, ED and B2. RGB value is (175,237,178). Sum of RGB (Red+Green+Blue) = 175+237+178=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDB2 is #50124D. Grayscale: #D3D3D3. Windows color (decimal): -5247566 or 11726255. OLE color: 11726255.
HSL color Cylindrical-coordinate representation of color #AFEDB2: hue angle of 122.9º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDB2 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 178 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 122.9º | 0.63% | 0.81% | - |
| HSV(B) | 122.9º | 0.26% | 0.93% | - |
| XYZ | 56 | 72.9 | 53.24 | - |
| YUV | 211.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 178 | 0.26 | 0 | 0.25 | 0.07 | 122.9 | 0.63 | 0.81 |
| Hex | AF | ED | B2 | 1A | 0 | 19 | 7 | 7B | 3F | 51 |
| Octal | 257 | 355 | 262 | 32 | 0 | 31 | 7 | 173 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10110010 | 11010 | 0 | 11001 | 111 | 1111011 | 111111 | 1010001 |
Color Harmonies of #AFEDB2
Complementary color
Monochromatic Colors of #AFEDB2
Black with #AFEDB2
Text Example
Text Example
White with #AFEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDB2; }
p { color: rgb(175,237,178); }
H1.HeaderClassName
{
color: #AFEDB2;
}
.AnyTagClassName
{
color: #AFEDB2;
}
</style>
background-color css
<style>
a { background-color: #AFEDB2; }
a { background-color: rgb(175,237,178); }
div.DivClassName
{
background-color: #AFEDB2;
}
.BgClassName
{
background-color: #AFEDB2;
}
</style>
border-color css
<style>
span { border-color: #AFEDB2; }
span { border-color: rgb(175,237,178); }
td.TdClassName
{
border-color: #AFEDB2;
}
.TagClassName
{
border-color: #AFEDB2;
}
</style>