#AFFBE3

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

Shades of Water Leaf #AFFBE3

Tints of Water Leaf #AFFBE3

Color information

#AFFBE3 (or 0xAFFBE3) is unknown color: approx Water Leaf. HEX triplet: AF, FB and E3. RGB value is (175,251,227). Sum of RGB (Red+Green+Blue) = 175+251+227=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE3 is #50041C. Grayscale: #E1E1E1. Windows color (decimal): -5243933 or 14941103. OLE color: 14941103.

HSL color Cylindrical-coordinate representation of color #AFFBE3: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBE3 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB175251227-
CMYK0.3000.100.02
HSL161.05º90.48%83.53%-
HSV(B)161.05º30.28%98.43%-
XYZ66.0483.6585.34-
YUV225.54128.8291.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.80%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=26.80%
G=38.44%
B=34.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512270.3000.100.02161.0590.4883.53
HexAFFBE31E0A2a15a54
Octal257373343360122241132124
Binary1010111111111011111000111111001010101010000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBE3; }

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

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

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

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

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

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

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

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