#ABDDBA

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

Shades of Fringy Flower #ABDDBA

Tints of Fringy Flower #ABDDBA

Color information

#ABDDBA (or 0xABDDBA) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and BA. RGB value is (171,221,186). Sum of RGB (Red+Green+Blue) = 171+221+186=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBA is #542245. Grayscale: #CACACA. Windows color (decimal): -5513798 or 12246443. OLE color: 12246443.

HSL color Cylindrical-coordinate representation of color #ABDDBA: hue angle of 138º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB171221186-
CMYK0.2300.160.13
HSL138º42.37%76.86%-
HSV(B)138º22.62%86.67%-
XYZ51.5163.9256.08-
YUV202.06118.94105.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=29.58%
G=38.24%
B=32.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211860.2300.160.1313842.3776.86
HexABDDBA17010D8a2a4d
Octal253335272270201521252115
Binary101010111101110110111010101110100001101100010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDBA; }

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

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

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

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

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

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

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

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