Html Css Color HEX #AEF9DE Water Leaf

📋 copy color: '#AEF9DE'

red 174 ◦ green 249 ◦ blue 222

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

Shades of Water Leaf #AEF9DE

Tints of Water Leaf #AEF9DE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.6%

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 26.98%
G = 38.6%
B = 34.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AEF9DE (or 0xAEF9DE) is known color: Water Leaf. HEX triplet: AE, F9 and DE. RGB value is (174,249,222). Sum of RGB (Red+Green+Blue) = 174+249+222=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9DE is #510621. Grayscale: #DFDFDF. Windows color (decimal): -5309986 or 14612910. OLE color: 14612910.

HSL color Cylindrical-coordinate representation of color #AEF9DE: hue angle of 158.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9DE is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 222 -
CMYK 0.30 0 0.11 0.02
HSL 158.4º 0.86% 0.83% -
HSV(B) 158.4º 0.3% 0.98% -
XYZ 64.52 82.02 81.54 -
YUV 223.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 174 249 222 0.30 0 0.11 0.02 158.4 0.86 0.83
Hex AE F9 DE 1E 0 B 2 9E 56 53
Octal 256 371 336 36 0 13 2 236 126 123
Binary 10101110 11111001 11011110 11110 0 1011 10 10011110 1010110 1010011

Color Harmonies of #AEF9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9DE

Black with #AEF9DE

Text Example


Text Example

White with #AEF9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9DE; }

 p { color: rgb(174,249,222); }

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

background-color css

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

 a { background-color: rgb(174,249,222); }

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

border-color css

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

 span { border-color: rgb(174,249,222); }

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