Html Css Color HEX #AAEABA Fringy Flower

📋 copy color: '#AAEABA'

red 170 ◦ green 234 ◦ blue 186

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

Shades of Fringy Flower #AAEABA

Tints of Fringy Flower #AAEABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.66%

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

R = 28.81%
G = 39.66%
B = 31.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AAEABA (or 0xAAEABA) is known color: Fringy Flower. HEX triplet: AA, EA and BA. RGB value is (170,234,186). Sum of RGB (Red+Green+Blue) = 170+234+186=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABA is #551545. Grayscale: #D1D1D1. Windows color (decimal): -5576006 or 12249770. OLE color: 12249770.

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

Color convert

RGB 170 234 186 -
CMYK 0.27 0 0.21 0.08
HSL 135º 0.6% 0.79% -
HSV(B) 135º 0.27% 0.92% -
XYZ 54.86 70.94 57.25 -
YUV 209.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 170 234 186 0.27 0 0.21 0.08 135 0.6 0.79
Hex AA EA BA 1B 0 15 8 87 3C 4F
Octal 252 352 272 33 0 25 10 207 74 117
Binary 10101010 11101010 10111010 11011 0 10101 1000 10000111 111100 1001111

Color Harmonies of #AAEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEABA

Black with #AAEABA

Text Example


Text Example

White with #AAEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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