Html Css Color HEX #AEFAE9 Water Leaf

📋 copy color: '#AEFAE9'

red 174 ◦ green 250 ◦ blue 233

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

Shades of Water Leaf #AEFAE9

Tints of Water Leaf #AEFAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.46%

R = 26.48%
G = 38.05%
B = 35.46%

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

#AEFAE9 (or 0xAEFAE9) is known color: Water Leaf. HEX triplet: AE, FA and E9. RGB value is (174,250,233). Sum of RGB (Red+Green+Blue) = 174+250+233=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE9 is #510516. Grayscale: #E1E1E1. Windows color (decimal): -5309719 or 15334062. OLE color: 15334062.

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

Color convert

RGB 174 250 233 -
CMYK 0.30 0 0.07 0.02
HSL 166.58º 0.88% 0.83% -
HSV(B) 166.58º 0.3% 0.98% -
XYZ 66.35 83.25 89.66 -
YUV 225.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 174 250 233 0.30 0 0.07 0.02 166.58 0.88 0.83
Hex AE FA E9 1E 0 7 2 A7 58 53
Octal 256 372 351 36 0 7 2 247 130 123
Binary 10101110 11111010 11101001 11110 0 111 10 10100111 1011000 1010011

Color Harmonies of #AEFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE9

Black with #AEFAE9

Text Example


Text Example

White with #AEFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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