Html Css Color HEX #AEF5E8 Water Leaf

📋 copy color: '#AEF5E8'

red 174 ◦ green 245 ◦ blue 232

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

Shades of Water Leaf #AEF5E8

Tints of Water Leaf #AEF5E8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.63%

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

R = 26.73%
G = 37.63%
B = 35.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#AEF5E8 (or 0xAEF5E8) is known color: Water Leaf. HEX triplet: AE, F5 and E8. RGB value is (174,245,232). Sum of RGB (Red+Green+Blue) = 174+245+232=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF5E8 is #510A17. Grayscale: #DEDEDE. Windows color (decimal): -5311000 or 15267246. OLE color: 15267246.

HSL color Cylindrical-coordinate representation of color #AEF5E8: hue angle of 169.01º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 232 -
CMYK 0.29 0 0.05 0.04
HSL 169.01º 0.78% 0.82% -
HSV(B) 169.01º 0.29% 0.96% -
XYZ 64.67 80.13 88.4 -
YUV 222.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 174 245 232 0.29 0 0.05 0.04 169.01 0.78 0.82
Hex AE F5 E8 1D 0 5 4 A9 4E 52
Octal 256 365 350 35 0 5 4 251 116 122
Binary 10101110 11110101 11101000 11101 0 101 100 10101001 1001110 1010010

Color Harmonies of #AEF5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5E8

Black with #AEF5E8

Text Example


Text Example

White with #AEF5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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