Html Css Color HEX #AEEEE0 Water Leaf

📋 copy color: '#AEEEE0'

red 174 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #AEEEE0

Tints of Water Leaf #AEEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

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

R = 27.36%
G = 37.42%
B = 35.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AEEEE0 (or 0xAEEEE0) is known color: Water Leaf. HEX triplet: AE, EE and E0. RGB value is (174,238,224). Sum of RGB (Red+Green+Blue) = 174+238+224=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE0 is #51111F. Grayscale: #D9D9D9. Windows color (decimal): -5312800 or 14741166. OLE color: 14741166.

HSL color Cylindrical-coordinate representation of color #AEEEE0: hue angle of 166.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEE0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 224 -
CMYK 0.27 0 0.06 0.07
HSL 166.88º 0.65% 0.81% -
HSV(B) 166.88º 0.27% 0.93% -
XYZ 61.48 75.53 81.86 -
YUV 217.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 174 238 224 0.27 0 0.06 0.07 166.88 0.65 0.81
Hex AE EE E0 1B 0 6 7 A7 41 51
Octal 256 356 340 33 0 6 7 247 101 121
Binary 10101110 11101110 11100000 11011 0 110 111 10100111 1000001 1010001

Color Harmonies of #AEEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEE0

Black with #AEEEE0

Text Example


Text Example

White with #AEEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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