#ABDABA

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

Shades of Fringy Flower #ABDABA

Tints of Fringy Flower #ABDABA

Color information

#ABDABA (or 0xABDABA) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and BA. RGB value is (171,218,186). Sum of RGB (Red+Green+Blue) = 171+218+186=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDABA is #542545. Grayscale: #C8C8C8. Windows color (decimal): -5514566 or 12245675. OLE color: 12245675.

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

Color convert

RGB171218186-
CMYK0.2200.150.15
HSL139.15º38.84%76.27%-
HSV(B)139.15º21.56%85.49%-
XYZ50.7362.3555.81-
YUV200.3119.93107.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=29.74%
G=37.91%
B=32.35%

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
Decimal1712181860.2200.150.15139.1538.8476.27
HexABDABA160FF8b274c
Octal253332272260171721347114
Binary10101011110110101011101010110011111111100010111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDABA; }

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

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

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

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

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

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

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

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