Html Css Color HEX #AEFAE6 Water Leaf

📋 copy color: '#AEFAE6'

red 174 ◦ green 250 ◦ blue 230

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

Shades of Water Leaf #AEFAE6

Tints of Water Leaf #AEFAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 26.61%
G = 38.23%
B = 35.17%

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

#AEFAE6 (or 0xAEFAE6) is known color: Water Leaf. HEX triplet: AE, FA and E6. RGB value is (174,250,230). Sum of RGB (Red+Green+Blue) = 174+250+230=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAE6 is #510519. Grayscale: #E1E1E1. Windows color (decimal): -5309722 or 15137454. OLE color: 15137454.

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

Color convert

RGB 174 250 230 -
CMYK 0.30 0 0.08 0.02
HSL 164.21º 0.88% 0.83% -
HSV(B) 164.21º 0.3% 0.98% -
XYZ 65.92 83.08 87.42 -
YUV 225 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 174 250 230 0.30 0 0.08 0.02 164.21 0.88 0.83
Hex AE FA E6 1E 0 8 2 A4 58 53
Octal 256 372 346 36 0 10 2 244 130 123
Binary 10101110 11111010 11100110 11110 0 1000 10 10100100 1011000 1010011

Color Harmonies of #AEFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAE6

Black with #AEFAE6

Text Example


Text Example

White with #AEFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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