Html Css Color HEX #AEEEE5 Water Leaf

📋 copy color: '#AEEEE5'

red 174 ◦ green 238 ◦ blue 229

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

Shades of Water Leaf #AEEEE5

Tints of Water Leaf #AEEEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 27.15%
G = 37.13%
B = 35.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#AEEEE5 (or 0xAEEEE5) is known color: Water Leaf. HEX triplet: AE, EE and E5. RGB value is (174,238,229). Sum of RGB (Red+Green+Blue) = 174+238+229=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEE5 is #51111A. Grayscale: #D9D9D9. Windows color (decimal): -5312795 or 15068846. OLE color: 15068846.

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

Color convert

RGB 174 238 229 -
CMYK 0.27 0 0.04 0.07
HSL 171.56º 0.65% 0.81% -
HSV(B) 171.56º 0.27% 0.93% -
XYZ 62.17 75.8 85.48 -
YUV 217.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 174 238 229 0.27 0 0.04 0.07 171.56 0.65 0.81
Hex AE EE E5 1B 0 4 7 AC 41 51
Octal 256 356 345 33 0 4 7 254 101 121
Binary 10101110 11101110 11100101 11011 0 100 111 10101100 1000001 1010001

Color Harmonies of #AEEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEE5

Black with #AEEEE5

Text Example


Text Example

White with #AEEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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