Html Css Color HEX #AAFCEA Water Leaf

📋 copy color: '#AAFCEA'

red 170 ◦ green 252 ◦ blue 234

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

Shades of Water Leaf #AAFCEA

Tints of Water Leaf #AAFCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

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

R = 25.91%
G = 38.41%
B = 35.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#AAFCEA (or 0xAAFCEA) is known color: Water Leaf. HEX triplet: AA, FC and EA. RGB value is (170,252,234). Sum of RGB (Red+Green+Blue) = 170+252+234=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFCEA is #550315. Grayscale: #E1E1E1. Windows color (decimal): -5571350 or 15400106. OLE color: 15400106.

HSL color Cylindrical-coordinate representation of color #AAFCEA: hue angle of 166.83º degrees, saturation: 0.93, 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 #AAFCEA is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 234 -
CMYK 0.33 0 0.07 0.01
HSL 166.83º 0.93% 0.83% -
HSV(B) 166.83º 0.33% 0.99% -
XYZ 66.24 84.11 90.59 -
YUV 225.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 170 252 234 0.33 0 0.07 0.01 166.83 0.93 0.83
Hex AA FC EA 21 0 7 1 A7 5D 53
Octal 252 374 352 41 0 7 1 247 135 123
Binary 10101010 11111100 11101010 100001 0 111 1 10100111 1011101 1010011

Color Harmonies of #AAFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCEA

Black with #AAFCEA

Text Example


Text Example

White with #AAFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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