#A8DEBA

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

Shades of Fringy Flower #A8DEBA

Tints of Fringy Flower #A8DEBA

Color information

#A8DEBA (or 0xA8DEBA) is unknown color: approx Fringy Flower. HEX triplet: A8, DE and BA. RGB value is (168,222,186). Sum of RGB (Red+Green+Blue) = 168+222+186=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBA is #572145. Grayscale: #C9C9C9. Windows color (decimal): -5710150 or 12246696. OLE color: 12246696.

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

Color convert

RGB168222186-
CMYK0.2400.160.13
HSL140º45%76.47%-
HSV(B)140º24.32%87.06%-
XYZ51.1364.1156.13-
YUV201.75119.11103.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=29.17%
G=38.54%
B=32.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682221860.2400.160.131404576.47
HexA8DEBA18010D8c2d4c
Octal250336272300201521455114
Binary101010001101111010111010110000100001101100011001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEBA; }

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

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

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

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

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

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

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

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