Html Css Color HEX #AAEEBD Fringy Flower

📋 copy color: '#AAEEBD'

red 170 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #AAEEBD

Tints of Fringy Flower #AAEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 28.48%
G = 39.87%
B = 31.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#AAEEBD (or 0xAAEEBD) is known color: Fringy Flower. HEX triplet: AA, EE and BD. RGB value is (170,238,189). Sum of RGB (Red+Green+Blue) = 170+238+189=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBD is #551142. Grayscale: #D4D4D4. Windows color (decimal): -5574979 or 12447402. OLE color: 12447402.

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

Color convert

RGB 170 238 189 -
CMYK 0.29 0 0.21 0.07
HSL 136.76º 0.67% 0.8% -
HSV(B) 136.76º 0.29% 0.93% -
XYZ 56.34 73.37 59.34 -
YUV 212.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 170 238 189 0.29 0 0.21 0.07 136.76 0.67 0.8
Hex AA EE BD 1D 0 15 7 89 43 50
Octal 252 356 275 35 0 25 7 211 103 120
Binary 10101010 11101110 10111101 11101 0 10101 111 10001001 1000011 1010000

Color Harmonies of #AAEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEBD

Black with #AAEEBD

Text Example


Text Example

White with #AAEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEBD; }

 p { color: rgb(170,238,189); }

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

background-color css

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

 a { background-color: rgb(170,238,189); }

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

border-color css

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

 span { border-color: rgb(170,238,189); }

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