Html Css Color HEX #AEFFE4 Water Leaf

📋 copy color: '#AEFFE4'

red 174 ◦ green 255 ◦ blue 228

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

Shades of Water Leaf #AEFFE4

Tints of Water Leaf #AEFFE4

RGB

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

 GREEN value IS 255 (100% from 255) = 38.81%

 BLUE value IS 228 (89.45% from 255) = 34.7%

R = 26.48%
G = 38.81%
B = 34.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#AEFFE4 (or 0xAEFFE4) is known color: Water Leaf. HEX triplet: AE, FF and E4. RGB value is (174,255,228). Sum of RGB (Red+Green+Blue) = 174+255+228=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFE4 is #51001B. Grayscale: #E3E3E3. Windows color (decimal): -5308444 or 15007662. OLE color: 15007662.

HSL color Cylindrical-coordinate representation of color #AEFFE4: hue angle of 160º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFE4 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 228 -
CMYK 0.32 0 0.11 0
HSL 160º 1% 0.84% -
HSV(B) 160º 0.32% 1% -
XYZ 67.22 86.12 86.48 -
YUV 227.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 174 255 228 0.32 0 0.11 0 160 1 0.84
Hex AE FF E4 20 0 B 0 A0 64 54
Octal 256 377 344 40 0 13 0 240 144 124
Binary 10101110 11111111 11100100 100000 0 1011 0 10100000 1100100 1010100

Color Harmonies of #AEFFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFE4

Black with #AEFFE4

Text Example


Text Example

White with #AEFFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFE4; }

 p { color: rgb(174,255,228); }

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

background-color css

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

 a { background-color: rgb(174,255,228); }

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

border-color css

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

 span { border-color: rgb(174,255,228); }

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