Html Css Color HEX #AEFFEC Water Leaf

📋 copy color: '#AEFFEC'

red 174 ◦ green 255 ◦ blue 236

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

Shades of Water Leaf #AEFFEC

Tints of Water Leaf #AEFFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 26.17%
G = 38.35%
B = 35.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AEFFEC (or 0xAEFFEC) is known color: Water Leaf. HEX triplet: AE, FF and EC. RGB value is (174,255,236). Sum of RGB (Red+Green+Blue) = 174+255+236=665 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.17% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEC is #510013. Grayscale: #E4E4E4. Windows color (decimal): -5308436 or 15531950. OLE color: 15531950.

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

Color convert

RGB 174 255 236 -
CMYK 0.32 0 0.07 0
HSL 165.93º 1% 0.84% -
HSV(B) 165.93º 0.32% 1% -
XYZ 68.36 86.57 92.46 -
YUV 228.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 174 255 236 0.32 0 0.07 0 165.93 1 0.84
Hex AE FF EC 20 0 7 0 A6 64 54
Octal 256 377 354 40 0 7 0 246 144 124
Binary 10101110 11111111 11101100 100000 0 111 0 10100110 1100100 1010100

Color Harmonies of #AEFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFEC

Black with #AEFFEC

Text Example


Text Example

White with #AEFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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