Html Css Color HEX #AAEFDA Water Leaf

📋 copy color: '#AAEFDA'

red 170 ◦ green 239 ◦ blue 218

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

Shades of Water Leaf #AAEFDA

Tints of Water Leaf #AAEFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

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

R = 27.11%
G = 38.12%
B = 34.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#AAEFDA (or 0xAAEFDA) is known color: Water Leaf. HEX triplet: AA, EF and DA. RGB value is (170,239,218). Sum of RGB (Red+Green+Blue) = 170+239+218=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDA is #551025. Grayscale: #D7D7D7. Windows color (decimal): -5574694 or 14348202. OLE color: 14348202.

HSL color Cylindrical-coordinate representation of color #AAEFDA: hue angle of 161.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFDA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 218 -
CMYK 0.29 0 0.09 0.06
HSL 161.74º 0.68% 0.8% -
HSV(B) 161.74º 0.29% 0.94% -
XYZ 60.1 75.34 77.7 -
YUV 215.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 170 239 218 0.29 0 0.09 0.06 161.74 0.68 0.8
Hex AA EF DA 1D 0 9 6 A2 44 50
Octal 252 357 332 35 0 11 6 242 104 120
Binary 10101010 11101111 11011010 11101 0 1001 110 10100010 1000100 1010000

Color Harmonies of #AAEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFDA

Black with #AAEFDA

Text Example


Text Example

White with #AAEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFDA; }

 p { color: rgb(170,239,218); }

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

background-color css

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

 a { background-color: rgb(170,239,218); }

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

border-color css

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

 span { border-color: rgb(170,239,218); }

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