#AADABA

Color #AADABA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AADABA

Tints of Fringy Flower #AADABA

Color information

#AADABA (or 0xAADABA) is unknown color: approx Fringy Flower. HEX triplet: AA, DA and BA. RGB value is (170,218,186). Sum of RGB (Red+Green+Blue) = 170+218+186=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #AADABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADABA is #552545. Grayscale: #C8C8C8. Windows color (decimal): -5580102 or 12245674. OLE color: 12245674.

HSL color Cylindrical-coordinate representation of color #AADABA: hue angle of 140º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADABA is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB170218186-
CMYK0.2200.150.15
HSL140º39.34%76.08%-
HSV(B)140º22.02%85.49%-
XYZ50.5162.2355.8-
YUV200120.1106.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=29.62%
G=37.98%
B=32.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181860.2200.150.1514039.3476.08
HexAADABA160FF8c274c
Octal252332272260171721447114
Binary10101010110110101011101010110011111111100011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADABA; }

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

 H1.HeaderClassName
 {
   color: #AADABA;
 }
 .AnyTagClassName
 {
   color: #AADABA;
 }
</style>
background-color css

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

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

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

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

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

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