Html Css Color HEX #AEECDA Water Leaf

📋 copy color: '#AEECDA'

red 174 ◦ green 236 ◦ blue 218

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

Shades of Water Leaf #AEECDA

Tints of Water Leaf #AEECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 27.71%
G = 37.58%
B = 34.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AEECDA (or 0xAEECDA) is known color: Water Leaf. HEX triplet: AE, EC and DA. RGB value is (174,236,218). Sum of RGB (Red+Green+Blue) = 174+236+218=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDA is #511325. Grayscale: #D7D7D7. Windows color (decimal): -5313318 or 14347438. OLE color: 14347438.

HSL color Cylindrical-coordinate representation of color #AEECDA: hue angle of 162.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECDA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 218 -
CMYK 0.26 0 0.08 0.07
HSL 162.58º 0.62% 0.8% -
HSV(B) 162.58º 0.26% 0.93% -
XYZ 60.11 74.05 77.46 -
YUV 215.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 174 236 218 0.26 0 0.08 0.07 162.58 0.62 0.8
Hex AE EC DA 1A 0 8 7 A3 3E 50
Octal 256 354 332 32 0 10 7 243 76 120
Binary 10101110 11101100 11011010 11010 0 1000 111 10100011 111110 1010000

Color Harmonies of #AEECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECDA

Black with #AEECDA

Text Example


Text Example

White with #AEECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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