Html Css Color HEX #AEFAE8 Water Leaf

📋 copy color: '#AEFAE8'

red 174 ◦ green 250 ◦ blue 232

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

Shades of Water Leaf #AEFAE8

Tints of Water Leaf #AEFAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.37%

R = 26.52%
G = 38.11%
B = 35.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#AEFAE8 (or 0xAEFAE8) is known color: Water Leaf. HEX triplet: AE, FA and E8. RGB value is (174,250,232). Sum of RGB (Red+Green+Blue) = 174+250+232=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE8 is #510517. Grayscale: #E1E1E1. Windows color (decimal): -5309720 or 15268526. OLE color: 15268526.

HSL color Cylindrical-coordinate representation of color #AEFAE8: hue angle of 165.79º 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 #AEFAE8 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 232 -
CMYK 0.30 0 0.07 0.02
HSL 165.79º 0.88% 0.83% -
HSV(B) 165.79º 0.3% 0.98% -
XYZ 66.21 83.2 88.91 -
YUV 225.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 174 250 232 0.30 0 0.07 0.02 165.79 0.88 0.83
Hex AE FA E8 1E 0 7 2 A6 58 53
Octal 256 372 350 36 0 7 2 246 130 123
Binary 10101110 11111010 11101000 11110 0 111 10 10100110 1011000 1010011

Color Harmonies of #AEFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE8

Black with #AEFAE8

Text Example


Text Example

White with #AEFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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