Shades of Rainee #AFCEA4
Tints of Rainee #AFCEA4
RGB
CMYK
RGB Variations
Color information
#AFCEA4 (or 0xAFCEA4) is known color: Rainee. HEX triplet: AF, CE and A4. RGB value is (175,206,164). Sum of RGB (Red+Green+Blue) = 175+206+164=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEA4 is #50315B. Grayscale: #C0C0C0. Windows color (decimal): -5255516 or 10800815. OLE color: 10800815.
HSL color Cylindrical-coordinate representation of color #AFCEA4: hue angle of 104.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 164 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.19 |
| HSL | 104.29º | 0.3% | 0.73% | - |
| HSV(B) | 104.29º | 0.2% | 0.81% | - |
| XYZ | 46.45 | 55.94 | 43.47 | - |
| YUV | 191.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 164 | 0.15 | 0 | 0.20 | 0.19 | 104.29 | 0.3 | 0.73 |
| Hex | AF | CE | A4 | F | 0 | 14 | 13 | 68 | 1E | 49 |
| Octal | 257 | 316 | 244 | 17 | 0 | 24 | 23 | 150 | 36 | 111 |
| Binary | 10101111 | 11001110 | 10100100 | 1111 | 0 | 10100 | 10011 | 1101000 | 11110 | 1001001 |
Color Harmonies of #AFCEA4
Complementary color
Monochromatic Colors of #AFCEA4
Black with #AFCEA4
Text Example
Text Example
White with #AFCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEA4; }
p { color: rgb(175,206,164); }
H1.HeaderClassName
{
color: #AFCEA4;
}
.AnyTagClassName
{
color: #AFCEA4;
}
</style>
background-color css
<style>
a { background-color: #AFCEA4; }
a { background-color: rgb(175,206,164); }
div.DivClassName
{
background-color: #AFCEA4;
}
.BgClassName
{
background-color: #AFCEA4;
}
</style>
border-color css
<style>
span { border-color: #AFCEA4; }
span { border-color: rgb(175,206,164); }
td.TdClassName
{
border-color: #AFCEA4;
}
.TagClassName
{
border-color: #AFCEA4;
}
</style>