Html Css Color HEX #AEFFEA Water Leaf

📋 copy color: '#AEFFEA'

red 174 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #AEFFEA

Tints of Water Leaf #AEFFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 26.24%
G = 38.46%
B = 35.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#AEFFEA (or 0xAEFFEA) is known color: Water Leaf. HEX triplet: AE, FF and EA. RGB value is (174,255,234). Sum of RGB (Red+Green+Blue) = 174+255+234=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEA is #510015. Grayscale: #E4E4E4. Windows color (decimal): -5308438 or 15400878. OLE color: 15400878.

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

Color convert

RGB 174 255 234 -
CMYK 0.32 0 0.08 0
HSL 164.44º 1% 0.84% -
HSV(B) 164.44º 0.32% 1% -
XYZ 68.07 86.46 90.94 -
YUV 228.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 174 255 234 0.32 0 0.08 0 164.44 1 0.84
Hex AE FF EA 20 0 8 0 A4 64 54
Octal 256 377 352 40 0 10 0 244 144 124
Binary 10101110 11111111 11101010 100000 0 1000 0 10100100 1100100 1010100

Color Harmonies of #AEFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFEA

Black with #AEFFEA

Text Example


Text Example

White with #AEFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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