Html Css Color HEX #AEE9E0 Water Leaf

📋 copy color: '#AEE9E0'

red 174 ◦ green 233 ◦ blue 224

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

Shades of Water Leaf #AEE9E0

Tints of Water Leaf #AEE9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.93%

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 27.58%
G = 36.93%
B = 35.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#AEE9E0 (or 0xAEE9E0) is known color: Water Leaf. HEX triplet: AE, E9 and E0. RGB value is (174,233,224). Sum of RGB (Red+Green+Blue) = 174+233+224=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9E0 is #51161F. Grayscale: #D6D6D6. Windows color (decimal): -5314080 or 14739886. OLE color: 14739886.

HSL color Cylindrical-coordinate representation of color #AEE9E0: hue angle of 170.85º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9E0 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 224 -
CMYK 0.25 0 0.04 0.09
HSL 170.85º 0.57% 0.8% -
HSV(B) 170.85º 0.25% 0.91% -
XYZ 60.05 72.66 81.38 -
YUV 214.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 174 233 224 0.25 0 0.04 0.09 170.85 0.57 0.8
Hex AE E9 E0 19 0 4 9 AB 39 50
Octal 256 351 340 31 0 4 11 253 71 120
Binary 10101110 11101001 11100000 11001 0 100 1001 10101011 111001 1010000

Color Harmonies of #AEE9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9E0

Black with #AEE9E0

Text Example


Text Example

White with #AEE9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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