Shades of Celadon #AFEEB3
Tints of Celadon #AFEEB3
RGB
CMYK
RGB Variations
Color information
#AFEEB3 (or 0xAFEEB3) is known color: Celadon. HEX triplet: AF, EE and B3. RGB value is (175,238,179). Sum of RGB (Red+Green+Blue) = 175+238+179=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEB3 is #50114C. Grayscale: #D4D4D4. Windows color (decimal): -5247309 or 11792047. OLE color: 11792047.
HSL color Cylindrical-coordinate representation of color #AFEEB3: hue angle of 123.81º degrees, saturation: 0.65, 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 #AFEEB3 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 179 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 123.81º | 0.65% | 0.81% | - |
| HSV(B) | 123.81º | 0.26% | 0.93% | - |
| XYZ | 56.39 | 73.52 | 53.87 | - |
| YUV | 212.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 179 | 0.26 | 0 | 0.25 | 0.07 | 123.81 | 0.65 | 0.81 |
| Hex | AF | EE | B3 | 1A | 0 | 19 | 7 | 7C | 41 | 51 |
| Octal | 257 | 356 | 263 | 32 | 0 | 31 | 7 | 174 | 101 | 121 |
| Binary | 10101111 | 11101110 | 10110011 | 11010 | 0 | 11001 | 111 | 1111100 | 1000001 | 1010001 |
Color Harmonies of #AFEEB3
Complementary color
Monochromatic Colors of #AFEEB3
Black with #AFEEB3
Text Example
Text Example
White with #AFEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEB3; }
p { color: rgb(175,238,179); }
H1.HeaderClassName
{
color: #AFEEB3;
}
.AnyTagClassName
{
color: #AFEEB3;
}
</style>
background-color css
<style>
a { background-color: #AFEEB3; }
a { background-color: rgb(175,238,179); }
div.DivClassName
{
background-color: #AFEEB3;
}
.BgClassName
{
background-color: #AFEEB3;
}
</style>
border-color css
<style>
span { border-color: #AFEEB3; }
span { border-color: rgb(175,238,179); }
td.TdClassName
{
border-color: #AFEEB3;
}
.TagClassName
{
border-color: #AFEEB3;
}
</style>