Html Css Color HEX #AEFFE7 Water Leaf

📋 copy color: '#AEFFE7'

red 174 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #AEFFE7

Tints of Water Leaf #AEFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 38.64%

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

R = 26.36%
G = 38.64%
B = 35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#AEFFE7 (or 0xAEFFE7) is known color: Water Leaf. HEX triplet: AE, FF and E7. RGB value is (174,255,231). Sum of RGB (Red+Green+Blue) = 174+255+231=660 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.36% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFE7 is #510018. Grayscale: #E4E4E4. Windows color (decimal): -5308441 or 15204270. OLE color: 15204270.

HSL color Cylindrical-coordinate representation of color #AEFFE7: hue angle of 162.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFE7 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 231 -
CMYK 0.32 0 0.09 0
HSL 162.22º 1% 0.84% -
HSV(B) 162.22º 0.32% 1% -
XYZ 67.64 86.29 88.69 -
YUV 228.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 174 255 231 0.32 0 0.09 0 162.22 1 0.84
Hex AE FF E7 20 0 9 0 A2 64 54
Octal 256 377 347 40 0 11 0 242 144 124
Binary 10101110 11111111 11100111 100000 0 1001 0 10100010 1100100 1010100

Color Harmonies of #AEFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFE7

Black with #AEFFE7

Text Example


Text Example

White with #AEFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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