Html Css Color HEX #AEF9E8 Water Leaf

📋 copy color: '#AEF9E8'

red 174 ◦ green 249 ◦ blue 232

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

Shades of Water Leaf #AEF9E8

Tints of Water Leaf #AEF9E8

RGB

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

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

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

R = 26.56%
G = 38.02%
B = 35.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#AEF9E8 (or 0xAEF9E8) is known color: Water Leaf. HEX triplet: AE, F9 and E8. RGB value is (174,249,232). Sum of RGB (Red+Green+Blue) = 174+249+232=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF9E8 is #510617. Grayscale: #E0E0E0. Windows color (decimal): -5309976 or 15268270. OLE color: 15268270.

HSL color Cylindrical-coordinate representation of color #AEF9E8: hue angle of 166.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 #AEF9E8 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 232 -
CMYK 0.30 0 0.07 0.02
HSL 166.4º 0.86% 0.83% -
HSV(B) 166.4º 0.3% 0.98% -
XYZ 65.9 82.58 88.81 -
YUV 224.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 174 249 232 0.30 0 0.07 0.02 166.4 0.86 0.83
Hex AE F9 E8 1E 0 7 2 A6 56 53
Octal 256 371 350 36 0 7 2 246 126 123
Binary 10101110 11111001 11101000 11110 0 111 10 10100110 1010110 1010011

Color Harmonies of #AEF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9E8

Black with #AEF9E8

Text Example


Text Example

White with #AEF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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