Html Css Color HEX #AAFBE3 Water Leaf

📋 copy color: '#AAFBE3'

red 170 ◦ green 251 ◦ blue 227

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

Shades of Water Leaf #AAFBE3

Tints of Water Leaf #AAFBE3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

 BLUE value IS 227 (89.06% from 255) = 35.03%

R = 26.23%
G = 38.73%
B = 35.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AAFBE3 (or 0xAAFBE3) is known color: Water Leaf. HEX triplet: AA, FB and E3. RGB value is (170,251,227). Sum of RGB (Red+Green+Blue) = 170+251+227=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBE3 is #55041C. Grayscale: #E0E0E0. Windows color (decimal): -5571613 or 14941098. OLE color: 14941098.

HSL color Cylindrical-coordinate representation of color #AAFBE3: hue angle of 162.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBE3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 227 -
CMYK 0.32 0 0.10 0.02
HSL 162.22º 0.91% 0.83% -
HSV(B) 162.22º 0.32% 0.98% -
XYZ 64.94 83.09 85.29 -
YUV 224.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 170 251 227 0.32 0 0.10 0.02 162.22 0.91 0.83
Hex AA FB E3 20 0 A 2 A2 5B 53
Octal 252 373 343 40 0 12 2 242 133 123
Binary 10101010 11111011 11100011 100000 0 1010 10 10100010 1011011 1010011

Color Harmonies of #AAFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBE3

Black with #AAFBE3

Text Example


Text Example

White with #AAFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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