Html Css Color HEX #AEFFE3 Water Leaf

📋 copy color: '#AEFFE3'

red 174 ◦ green 255 ◦ blue 227

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

Shades of Water Leaf #AEFFE3

Tints of Water Leaf #AEFFE3

RGB

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

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

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

R = 26.52%
G = 38.87%
B = 34.6%

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

#AEFFE3 (or 0xAEFFE3) is known color: Water Leaf. HEX triplet: AE, FF and E3. RGB value is (174,255,227). Sum of RGB (Red+Green+Blue) = 174+255+227=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFE3 is #51001C. Grayscale: #E3E3E3. Windows color (decimal): -5308445 or 14942126. OLE color: 14942126.

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

Color convert

RGB 174 255 227 -
CMYK 0.32 0 0.11 0
HSL 159.26º 1% 0.84% -
HSV(B) 159.26º 0.32% 1% -
XYZ 67.08 86.06 85.75 -
YUV 227.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 174 255 227 0.32 0 0.11 0 159.26 1 0.84
Hex AE FF E3 20 0 B 0 9F 64 54
Octal 256 377 343 40 0 13 0 237 144 124
Binary 10101110 11111111 11100011 100000 0 1011 0 10011111 1100100 1010100

Color Harmonies of #AEFFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFE3

Black with #AEFFE3

Text Example


Text Example

White with #AEFFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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