Html Css Color HEX #AAFDEA Water Leaf

📋 copy color: '#AAFDEA'

red 170 ◦ green 253 ◦ blue 234

#AAFDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AAFDEA

Tints of Water Leaf #AAFDEA

RGB

 RED value IS 170 (66.8% from 255) = 25.88%

 GREEN value IS 253 (99.22% from 255) = 38.51%

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 25.88%
G = 38.51%
B = 35.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#AAFDEA (or 0xAAFDEA) is known color: Water Leaf. HEX triplet: AA, FD and EA. RGB value is (170,253,234). Sum of RGB (Red+Green+Blue) = 170+253+234=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDEA is #550215. Grayscale: #E2E2E2. Windows color (decimal): -5571094 or 15400362. OLE color: 15400362.

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

Color convert

RGB 170 253 234 -
CMYK 0.33 0 0.08 0.01
HSL 166.27º 0.95% 0.83% -
HSV(B) 166.27º 0.33% 0.99% -
XYZ 66.55 84.74 90.69 -
YUV 226.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 170 253 234 0.33 0 0.08 0.01 166.27 0.95 0.83
Hex AA FD EA 21 0 8 1 A6 5F 53
Octal 252 375 352 41 0 10 1 246 137 123
Binary 10101010 11111101 11101010 100001 0 1000 1 10100110 1011111 1010011

Color Harmonies of #AAFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDEA

Black with #AAFDEA

Text Example


Text Example

White with #AAFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDEA; }

 p { color: rgb(170,253,234); }

 H1.HeaderClassName
 {
   color: #AAFDEA;
 }
 .AnyTagClassName
 {
   color: #AAFDEA;
 }
</style>

background-color css

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

 a { background-color: rgb(170,253,234); }

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

border-color css

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

 span { border-color: rgb(170,253,234); }

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