Shades of Celadon #AFFFB2
Tints of Celadon #AFFFB2
RGB
CMYK
RGB Variations
Color information
#AFFFB2 (or 0xAFFFB2) is known color: Celadon. HEX triplet: AF, FF and B2. RGB value is (175,255,178). Sum of RGB (Red+Green+Blue) = 175+255+178=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFB2 is #50004D. Grayscale: #DEDEDE. Windows color (decimal): -5242958 or 11730863. OLE color: 11730863.
HSL color Cylindrical-coordinate representation of color #AFFFB2: hue angle of 122.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 178 | - |
| CMYK | 0.31 | 0 | 0.30 | 0 |
| HSL | 122.25º | 1% | 0.84% | - |
| HSV(B) | 122.25º | 0.31% | 1% | - |
| XYZ | 61.48 | 83.85 | 55.06 | - |
| YUV | 222.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 178 | 0.31 | 0 | 0.30 | 0 | 122.25 | 1 | 0.84 |
| Hex | AF | FF | B2 | 1F | 0 | 1E | 0 | 7A | 64 | 54 |
| Octal | 257 | 377 | 262 | 37 | 0 | 36 | 0 | 172 | 144 | 124 |
| Binary | 10101111 | 11111111 | 10110010 | 11111 | 0 | 11110 | 0 | 1111010 | 1100100 | 1010100 |
Color Harmonies of #AFFFB2
Complementary color
Monochromatic Colors of #AFFFB2
Black with #AFFFB2
Text Example
Text Example
White with #AFFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFB2; }
p { color: rgb(175,255,178); }
H1.HeaderClassName
{
color: #AFFFB2;
}
.AnyTagClassName
{
color: #AFFFB2;
}
</style>
background-color css
<style>
a { background-color: #AFFFB2; }
a { background-color: rgb(175,255,178); }
div.DivClassName
{
background-color: #AFFFB2;
}
.BgClassName
{
background-color: #AFFFB2;
}
</style>
border-color css
<style>
span { border-color: #AFFFB2; }
span { border-color: rgb(175,255,178); }
td.TdClassName
{
border-color: #AFFFB2;
}
.TagClassName
{
border-color: #AFFFB2;
}
</style>