#AAFEEB

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

Shades of Water Leaf #AAFEEB

Tints of Water Leaf #AAFEEB

Color information

#AAFEEB (or 0xAAFEEB) is unknown color: approx Water Leaf. HEX triplet: AA, FE and EB. RGB value is (170,254,235). Sum of RGB (Red+Green+Blue) = 170+254+235=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEEB is #550114. Grayscale: #E2E2E2. Windows color (decimal): -5570837 or 15466154. OLE color: 15466154.

HSL color Cylindrical-coordinate representation of color #AAFEEB: hue angle of 166.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEEB is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB170254235-
CMYK0.3300.070.00
HSL166.43º97.67%83.14%-
HSV(B)166.43º33.07%99.61%-
XYZ67.0185.4391.55-
YUV226.72132.6787.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.80%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=25.80%
G=38.54%
B=35.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542350.3300.070.00166.4397.6783.14
HexAAFEEB21070a66253
Octal25237635341070246142123
Binary101010101111111011101011100001011101010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEEB; }

 p { color: rgb(170,254,235); }

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

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

 a { background-color: rgb(170,254,235); }

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

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

 span { border-color: rgb(170,254,235); }

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