#ABDDB9

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

Shades of Fringy Flower #ABDDB9

Tints of Fringy Flower #ABDDB9

Color information

#ABDDB9 (or 0xABDDB9) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and B9. RGB value is (171,221,185). Sum of RGB (Red+Green+Blue) = 171+221+185=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB9 is #542246. Grayscale: #CACACA. Windows color (decimal): -5513799 or 12180907. OLE color: 12180907.

HSL color Cylindrical-coordinate representation of color #ABDDB9: hue angle of 136.8º 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 #ABDDB9 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB171221185-
CMYK0.2300.160.13
HSL136.8º42.37%76.86%-
HSV(B)136.8º22.62%86.67%-
XYZ51.4163.8755.52-
YUV201.95118.44105.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=29.64%
G=38.30%
B=32.06%

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
Decimal1712211850.2300.160.13136.842.3776.86
HexABDDB917010D892a4d
Octal253335271270201521152115
Binary101010111101110110111001101110100001101100010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDB9; }

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

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

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

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

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

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

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

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