#A8DEB5

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

Shades of Fringy Flower #A8DEB5

Tints of Fringy Flower #A8DEB5

Color information

#A8DEB5 (or 0xA8DEB5) is unknown color: approx Fringy Flower. HEX triplet: A8, DE and B5. RGB value is (168,222,181). Sum of RGB (Red+Green+Blue) = 168+222+181=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEB5 is #57214A. Grayscale: #C9C9C9. Windows color (decimal): -5710155 or 11919016. OLE color: 11919016.

HSL color Cylindrical-coordinate representation of color #A8DEB5: hue angle of 134.44º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEB5 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB168222181-
CMYK0.2400.180.13
HSL134.44º45%76.47%-
HSV(B)134.44º24.32%87.06%-
XYZ50.6163.953.38-
YUV201.18116.61104.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.42%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=29.42%
G=38.88%
B=31.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682221810.2400.180.13134.444576.47
HexA8DEB518012D862d4c
Octal250336265300221520655114
Binary101010001101111010110101110000100101101100001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEB5; }

 p { color: rgb(168,222,181); }

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

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

 a { background-color: rgb(168,222,181); }

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

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

 span { border-color: rgb(168,222,181); }

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