Html Css Color HEX #AEFFE1 Water Leaf

📋 copy color: '#AEFFE1'

red 174 ◦ green 255 ◦ blue 225

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

Shades of Water Leaf #AEFFE1

Tints of Water Leaf #AEFFE1

RGB

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

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

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

R = 26.61%
G = 38.99%
B = 34.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#AEFFE1 (or 0xAEFFE1) is known color: Water Leaf. HEX triplet: AE, FF and E1. RGB value is (174,255,225). Sum of RGB (Red+Green+Blue) = 174+255+225=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFE1 is #51001E. Grayscale: #E3E3E3. Windows color (decimal): -5308447 or 14811054. OLE color: 14811054.

HSL color Cylindrical-coordinate representation of color #AEFFE1: hue angle of 157.78º 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 #AEFFE1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 225 -
CMYK 0.32 0 0.12 0
HSL 157.78º 1% 0.84% -
HSV(B) 157.78º 0.32% 1% -
XYZ 66.81 85.95 84.3 -
YUV 227.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 174 255 225 0.32 0 0.12 0 157.78 1 0.84
Hex AE FF E1 20 0 C 0 9E 64 54
Octal 256 377 341 40 0 14 0 236 144 124
Binary 10101110 11111111 11100001 100000 0 1100 0 10011110 1100100 1010100

Color Harmonies of #AEFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFE1

Black with #AEFFE1

Text Example


Text Example

White with #AEFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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