Html Css Color HEX #AAEEB9 Fringy Flower

📋 copy color: '#AAEEB9'

red 170 ◦ green 238 ◦ blue 185

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

Shades of Fringy Flower #AAEEB9

Tints of Fringy Flower #AAEEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 28.67%
G = 40.13%
B = 31.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#AAEEB9 (or 0xAAEEB9) is known color: Fringy Flower. HEX triplet: AA, EE and B9. RGB value is (170,238,185). Sum of RGB (Red+Green+Blue) = 170+238+185=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEB9 is #551146. Grayscale: #D3D3D3. Windows color (decimal): -5574983 or 12185258. OLE color: 12185258.

HSL color Cylindrical-coordinate representation of color #AAEEB9: hue angle of 133.24º 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 #AAEEB9 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 185 -
CMYK 0.29 0 0.22 0.07
HSL 133.24º 0.67% 0.8% -
HSV(B) 133.24º 0.29% 0.93% -
XYZ 55.91 73.2 57.08 -
YUV 211.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 170 238 185 0.29 0 0.22 0.07 133.24 0.67 0.8
Hex AA EE B9 1D 0 16 7 85 43 50
Octal 252 356 271 35 0 26 7 205 103 120
Binary 10101010 11101110 10111001 11101 0 10110 111 10000101 1000011 1010000

Color Harmonies of #AAEEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEB9

Black with #AAEEB9

Text Example


Text Example

White with #AAEEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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