Html Css Color HEX #AEFAE7 Water Leaf

📋 copy color: '#AEFAE7'

red 174 ◦ green 250 ◦ blue 231

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

Shades of Water Leaf #AEFAE7

Tints of Water Leaf #AEFAE7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 26.56%
G = 38.17%
B = 35.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#AEFAE7 (or 0xAEFAE7) is known color: Water Leaf. HEX triplet: AE, FA and E7. RGB value is (174,250,231). Sum of RGB (Red+Green+Blue) = 174+250+231=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE7 is #510518. Grayscale: #E1E1E1. Windows color (decimal): -5309721 or 15202990. OLE color: 15202990.

HSL color Cylindrical-coordinate representation of color #AEFAE7: hue angle of 165º degrees, saturation: 0.88, 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 #AEFAE7 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 231 -
CMYK 0.30 0 0.08 0.02
HSL 165º 0.88% 0.83% -
HSV(B) 165º 0.3% 0.98% -
XYZ 66.06 83.14 88.17 -
YUV 225.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 174 250 231 0.30 0 0.08 0.02 165 0.88 0.83
Hex AE FA E7 1E 0 8 2 A5 58 53
Octal 256 372 347 36 0 10 2 245 130 123
Binary 10101110 11111010 11100111 11110 0 1000 10 10100101 1011000 1010011

Color Harmonies of #AEFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE7

Black with #AEFAE7

Text Example


Text Example

White with #AEFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE7; }

 p { color: rgb(174,250,231); }

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

background-color css

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

 a { background-color: rgb(174,250,231); }

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

border-color css

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

 span { border-color: rgb(174,250,231); }

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