#ABD8B9

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

Shades of Fringy Flower #ABD8B9

Tints of Fringy Flower #ABD8B9

Color information

#ABD8B9 (or 0xABD8B9) is unknown color: approx Fringy Flower. HEX triplet: AB, D8 and B9. RGB value is (171,216,185). Sum of RGB (Red+Green+Blue) = 171+216+185=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8B9 is #542746. Grayscale: #C7C7C7. Windows color (decimal): -5515079 or 12179627. OLE color: 12179627.

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

Color convert

RGB171216185-
CMYK0.2100.140.15
HSL138.67º36.59%75.88%-
HSV(B)138.67º20.83%84.71%-
XYZ50.1161.2755.08-
YUV199.01120.09108.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=29.90%
G=37.76%
B=32.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161850.2100.140.15138.6736.5975.88
HexABD8B9150EF8b254c
Octal253330271250161721345114
Binary10101011110110001011100110101011101111100010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8B9; }

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

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

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

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

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

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

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

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