#AFFDE3

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

Shades of Water Leaf #AFFDE3

Tints of Water Leaf #AFFDE3

Color information

#AFFDE3 (or 0xAFFDE3) is unknown color: approx Water Leaf. HEX triplet: AF, FD and E3. RGB value is (175,253,227). Sum of RGB (Red+Green+Blue) = 175+253+227=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDE3 is #50021C. Grayscale: #E2E2E2. Windows color (decimal): -5243421 or 14941615. OLE color: 14941615.

HSL color Cylindrical-coordinate representation of color #AFFDE3: hue angle of 160º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDE3 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB175253227-
CMYK0.3100.100.01
HSL160º95.12%83.92%-
HSV(B)160º30.83%99.22%-
XYZ66.6784.9185.55-
YUV226.71128.1691.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=26.72%
G=38.63%
B=34.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532270.3100.100.0116095.1283.92
HexAFFDE31F0A1a05f54
Octal257375343370121240137124
Binary101011111111110111100011111110101011010000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDE3; }

 p { color: rgb(175,253,227); }

 H1.HeaderClassName
 {
   color: #AFFDE3;
 }
 .AnyTagClassName
 {
   color: #AFFDE3;
 }
</style>
background-color css

<style>
 a { background-color: #AFFDE3; }

 a { background-color: rgb(175,253,227); }

 div.DivClassName
 {
   background-color: #AFFDE3;
 }
 .BgClassName
 {
   background-color: #AFFDE3;
 }
</style>
border-color css

<style>
 span { border-color: #AFFDE3; }

 span { border-color: rgb(175,253,227); }

 td.TdClassName
 {
   border-color: #AFFDE3;
 }
 .TagClassName
 {
   border-color: #AFFDE3;
 }
</style>