#afcea4

Color #AFCEA4 Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AFCEA4

Tints of Rainee #AFCEA4

Color information

#AFCEA4 (or 0xAFCEA4) is unknown color: approx 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

RGB175206164-
CMYK0.1500.200.19
HSL104.29º30%72.55%-
HSV(B)104.29º20.39%80.78%-
XYZ46.4555.9443.47-
YUV191.94112.23115.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=32.11%
G=37.80%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061640.1500.200.19104.293072.55
HexAFCEA4F01413681e49
Octal257316244170242315036111
Binary1010111111001110101001001111010100100111101000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>