Html Css Color HEX #AEEDDA Water Leaf

📋 copy color: '#AEEDDA'

red 174 ◦ green 237 ◦ blue 218

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

Shades of Water Leaf #AEEDDA

Tints of Water Leaf #AEEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

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

R = 27.66%
G = 37.68%
B = 34.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AEEDDA (or 0xAEEDDA) is known color: Water Leaf. HEX triplet: AE, ED and DA. RGB value is (174,237,218). Sum of RGB (Red+Green+Blue) = 174+237+218=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDA is #511225. Grayscale: #D8D8D8. Windows color (decimal): -5313062 or 14347694. OLE color: 14347694.

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

Color convert

RGB 174 237 218 -
CMYK 0.27 0 0.08 0.07
HSL 161.9º 0.64% 0.81% -
HSV(B) 161.9º 0.27% 0.93% -
XYZ 60.39 74.63 77.55 -
YUV 216 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 174 237 218 0.27 0 0.08 0.07 161.9 0.64 0.81
Hex AE ED DA 1B 0 8 7 A2 40 51
Octal 256 355 332 33 0 10 7 242 100 121
Binary 10101110 11101101 11011010 11011 0 1000 111 10100010 1000000 1010001

Color Harmonies of #AEEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDDA

Black with #AEEDDA

Text Example


Text Example

White with #AEEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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