#A8DBB9

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

Shades of Fringy Flower #A8DBB9

Tints of Fringy Flower #A8DBB9

Color information

#A8DBB9 (or 0xA8DBB9) is unknown color: approx Fringy Flower. HEX triplet: A8, DB and B9. RGB value is (168,219,185). Sum of RGB (Red+Green+Blue) = 168+219+185=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBB9 is #572446. Grayscale: #C7C7C7. Windows color (decimal): -5710919 or 12180392. OLE color: 12180392.

HSL color Cylindrical-coordinate representation of color #A8DBB9: hue angle of 140º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBB9 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB168219185-
CMYK0.2300.160.14
HSL140º41.46%75.88%-
HSV(B)140º23.29%85.88%-
XYZ50.2462.4955.31-
YUV199.88119.6105.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=29.37%
G=38.29%
B=32.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191850.2300.160.1414041.4675.88
HexA8DBB917010E8c294c
Octal250333271270201621451114
Binary101010001101101110111001101110100001110100011001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBB9; }

 p { color: rgb(168,219,185); }

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

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

 a { background-color: rgb(168,219,185); }

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

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

 span { border-color: rgb(168,219,185); }

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