Html Css Color HEX #AEFAE1 Water Leaf

📋 copy color: '#AEFAE1'

red 174 ◦ green 250 ◦ blue 225

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

Shades of Water Leaf #AEFAE1

Tints of Water Leaf #AEFAE1

RGB

 RED value IS 174 (68.36% from 255) = 26.81%

 GREEN value IS 250 (98.05% from 255) = 38.52%

 BLUE value IS 225 (88.28% from 255) = 34.67%

R = 26.81%
G = 38.52%
B = 34.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AEFAE1 (or 0xAEFAE1) is known color: Water Leaf. HEX triplet: AE, FA and E1. RGB value is (174,250,225). Sum of RGB (Red+Green+Blue) = 174+250+225=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAE1 is #51051E. Grayscale: #E0E0E0. Windows color (decimal): -5309727 or 14809774. OLE color: 14809774.

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

Color convert

RGB 174 250 225 -
CMYK 0.30 0 0.10 0.02
HSL 160.26º 0.88% 0.83% -
HSV(B) 160.26º 0.3% 0.98% -
XYZ 65.23 82.81 83.78 -
YUV 224.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 174 250 225 0.30 0 0.10 0.02 160.26 0.88 0.83
Hex AE FA E1 1E 0 A 2 A0 58 53
Octal 256 372 341 36 0 12 2 240 130 123
Binary 10101110 11111010 11100001 11110 0 1010 10 10100000 1011000 1010011

Color Harmonies of #AEFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE1

Black with #AEFAE1

Text Example


Text Example

White with #AEFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE1; }

 p { color: rgb(174,250,225); }

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

background-color css

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

 a { background-color: rgb(174,250,225); }

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

border-color css

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

 span { border-color: rgb(174,250,225); }

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