Html Css Color HEX #AAEBBA Fringy Flower

📋 copy color: '#AAEBBA'

red 170 ◦ green 235 ◦ blue 186

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

Shades of Fringy Flower #AAEBBA

Tints of Fringy Flower #AAEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.76%

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 28.76%
G = 39.76%
B = 31.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AAEBBA (or 0xAAEBBA) is known color: Fringy Flower. HEX triplet: AA, EB and BA. RGB value is (170,235,186). Sum of RGB (Red+Green+Blue) = 170+235+186=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBBA is #551445. Grayscale: #D2D2D2. Windows color (decimal): -5575750 or 12250026. OLE color: 12250026.

HSL color Cylindrical-coordinate representation of color #AAEBBA: hue angle of 134.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBBA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 186 -
CMYK 0.28 0 0.21 0.08
HSL 134.77º 0.62% 0.79% -
HSV(B) 134.77º 0.28% 0.92% -
XYZ 55.15 71.51 57.35 -
YUV 209.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 170 235 186 0.28 0 0.21 0.08 134.77 0.62 0.79
Hex AA EB BA 1C 0 15 8 87 3E 4F
Octal 252 353 272 34 0 25 10 207 76 117
Binary 10101010 11101011 10111010 11100 0 10101 1000 10000111 111110 1001111

Color Harmonies of #AAEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBBA

Black with #AAEBBA

Text Example


Text Example

White with #AAEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBBA; }

 p { color: rgb(170,235,186); }

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

background-color css

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

 a { background-color: rgb(170,235,186); }

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

border-color css

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

 span { border-color: rgb(170,235,186); }

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