Html Css Color HEX #AAEDDD Water Leaf

📋 copy color: '#AAEDDD'

red 170 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #AAEDDD

Tints of Water Leaf #AAEDDD

RGB

 RED value IS 170 (66.8% from 255) = 27.07%

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 27.07%
G = 37.74%
B = 35.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#AAEDDD (or 0xAAEDDD) is known color: Water Leaf. HEX triplet: AA, ED and DD. RGB value is (170,237,221). Sum of RGB (Red+Green+Blue) = 170+237+221=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDDD is #551222. Grayscale: #D7D7D7. Windows color (decimal): -5575203 or 14544298. OLE color: 14544298.

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

Color convert

RGB 170 237 221 -
CMYK 0.28 0 0.07 0.07
HSL 165.67º 0.65% 0.8% -
HSV(B) 165.67º 0.28% 0.93% -
XYZ 59.91 74.33 79.6 -
YUV 215.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 170 237 221 0.28 0 0.07 0.07 165.67 0.65 0.8
Hex AA ED DD 1C 0 7 7 A6 41 50
Octal 252 355 335 34 0 7 7 246 101 120
Binary 10101010 11101101 11011101 11100 0 111 111 10100110 1000001 1010000

Color Harmonies of #AAEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDDD

Black with #AAEDDD

Text Example


Text Example

White with #AAEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDDD; }

 p { color: rgb(170,237,221); }

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

background-color css

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

 a { background-color: rgb(170,237,221); }

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

border-color css

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

 span { border-color: rgb(170,237,221); }

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