Html Css Color HEX #AEEFE0 Water Leaf

📋 copy color: '#AEEFE0'

red 174 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #AEEFE0

Tints of Water Leaf #AEEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

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

R = 27.32%
G = 37.52%
B = 35.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#AEEFE0 (or 0xAEEFE0) is known color: Water Leaf. HEX triplet: AE, EF and E0. RGB value is (174,239,224). Sum of RGB (Red+Green+Blue) = 174+239+224=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFE0 is #51101F. Grayscale: #D9D9D9. Windows color (decimal): -5312544 or 14741422. OLE color: 14741422.

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

Color convert

RGB 174 239 224 -
CMYK 0.27 0 0.06 0.06
HSL 166.15º 0.67% 0.81% -
HSV(B) 166.15º 0.27% 0.94% -
XYZ 61.78 76.11 81.96 -
YUV 217.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 174 239 224 0.27 0 0.06 0.06 166.15 0.67 0.81
Hex AE EF E0 1B 0 6 6 A6 43 51
Octal 256 357 340 33 0 6 6 246 103 121
Binary 10101110 11101111 11100000 11011 0 110 110 10100110 1000011 1010001

Color Harmonies of #AEEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFE0

Black with #AEEFE0

Text Example


Text Example

White with #AEEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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