#AFFBEA

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

Shades of Water Leaf #AFFBEA

Tints of Water Leaf #AFFBEA

Color information

#AFFBEA (or 0xAFFBEA) is unknown color: approx Water Leaf. HEX triplet: AF, FB and EA. RGB value is (175,251,234). Sum of RGB (Red+Green+Blue) = 175+251+234=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBEA is #500415. Grayscale: #E2E2E2. Windows color (decimal): -5243926 or 15399855. OLE color: 15399855.

HSL color Cylindrical-coordinate representation of color #AFFBEA: hue angle of 166.58º 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 #AFFBEA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB175251234-
CMYK0.3000.070.02
HSL166.58º90.48%83.53%-
HSV(B)166.58º30.28%98.43%-
XYZ67.0384.0590.53-
YUV226.34132.3291.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.52%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=26.52%
G=38.03%
B=35.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512340.3000.070.02166.5890.4883.53
HexAFFBEA1E072a75a54
Octal25737335236072247132124
Binary101011111111101111101010111100111101010011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBEA; }

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

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

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

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

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

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

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

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