Shades of Celadon #AFE7B5
Tints of Celadon #AFE7B5
RGB
CMYK
RGB Variations
Color information
#AFE7B5 (or 0xAFE7B5) is known color: Celadon. HEX triplet: AF, E7 and B5. RGB value is (175,231,181). Sum of RGB (Red+Green+Blue) = 175+231+181=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7B5 is #50184A. Grayscale: #D0D0D0. Windows color (decimal): -5249099 or 11921327. OLE color: 11921327.
HSL color Cylindrical-coordinate representation of color #AFE7B5: hue angle of 126.43º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7B5 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 175 | 231 | 181 | - |
CMYK | 0.24 | 0 | 0.22 | 0.09 |
HSL | 126.43º | 0.54% | 0.8% | - |
HSV(B) | 126.43º | 0.24% | 0.91% | - |
XYZ | 54.6 | 69.6 | 54.27 | - |
YUV | 208.56 | 112.45 | 104.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 231 | 181 | 0.24 | 0 | 0.22 | 0.09 | 126.43 | 0.54 | 0.8 |
Hex | AF | E7 | B5 | 18 | 0 | 16 | 9 | 7E | 36 | 50 |
Octal | 257 | 347 | 265 | 30 | 0 | 26 | 11 | 176 | 66 | 120 |
Binary | 10101111 | 11100111 | 10110101 | 11000 | 0 | 10110 | 1001 | 1111110 | 110110 | 1010000 |
Color Harmonies of #AFE7B5
Complementary color
Monochromatic Colors of #AFE7B5
Black with #AFE7B5
Text Example
Text Example
White with #AFE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7B5; }
p { color: rgb(175,231,181); }
H1.HeaderClassName
{
color: #AFE7B5;
}
.AnyTagClassName
{
color: #AFE7B5;
}
</style>
background-color css
<style>
a { background-color: #AFE7B5; }
a { background-color: rgb(175,231,181); }
div.DivClassName
{
background-color: #AFE7B5;
}
.BgClassName
{
background-color: #AFE7B5;
}
</style>
border-color css
<style>
span { border-color: #AFE7B5; }
span { border-color: rgb(175,231,181); }
td.TdClassName
{
border-color: #AFE7B5;
}
.TagClassName
{
border-color: #AFE7B5;
}
</style>