Html Css Color HEX #AEF6E0 Water Leaf

📋 copy color: '#AEF6E0'

red 174 ◦ green 246 ◦ blue 224

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

Shades of Water Leaf #AEF6E0

Tints of Water Leaf #AEF6E0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.2%

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

R = 27.02%
G = 38.2%
B = 34.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AEF6E0 (or 0xAEF6E0) is known color: Water Leaf. HEX triplet: AE, F6 and E0. RGB value is (174,246,224). Sum of RGB (Red+Green+Blue) = 174+246+224=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6E0 is #51091F. Grayscale: #DDDDDD. Windows color (decimal): -5310752 or 14743214. OLE color: 14743214.

HSL color Cylindrical-coordinate representation of color #AEF6E0: hue angle of 161.67º degrees, saturation: 0.8, 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 #AEF6E0 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 224 -
CMYK 0.29 0 0.09 0.04
HSL 161.67º 0.8% 0.82% -
HSV(B) 161.67º 0.29% 0.96% -
XYZ 63.87 80.29 82.65 -
YUV 221.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 174 246 224 0.29 0 0.09 0.04 161.67 0.8 0.82
Hex AE F6 E0 1D 0 9 4 A2 50 52
Octal 256 366 340 35 0 11 4 242 120 122
Binary 10101110 11110110 11100000 11101 0 1001 100 10100010 1010000 1010010

Color Harmonies of #AEF6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6E0

Black with #AEF6E0

Text Example


Text Example

White with #AEF6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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