#A8DEBB

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

Shades of Fringy Flower #A8DEBB

Tints of Fringy Flower #A8DEBB

Color information

#A8DEBB (or 0xA8DEBB) is unknown color: approx Fringy Flower. HEX triplet: A8, DE and BB. RGB value is (168,222,187). Sum of RGB (Red+Green+Blue) = 168+222+187=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBB is #572144. Grayscale: #C9C9C9. Windows color (decimal): -5710149 or 12312232. OLE color: 12312232.

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

Color convert

RGB168222187-
CMYK0.2400.160.13
HSL141.11º45%76.47%-
HSV(B)141.11º24.32%87.06%-
XYZ51.2464.1656.7-
YUV201.86119.61103.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.12%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=29.12%
G=38.47%
B=32.41%

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
Decimal1682221870.2400.160.13141.114576.47
HexA8DEBB18010D8d2d4c
Octal250336273300201521555114
Binary101010001101111010111011110000100001101100011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEBB; }

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

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

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

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

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

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

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

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