#A8DEB7

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

Shades of Fringy Flower #A8DEB7

Tints of Fringy Flower #A8DEB7

Color information

#A8DEB7 (or 0xA8DEB7) is unknown color: approx Fringy Flower. HEX triplet: A8, DE and B7. RGB value is (168,222,183). Sum of RGB (Red+Green+Blue) = 168+222+183=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEB7 is #572148. Grayscale: #C9C9C9. Windows color (decimal): -5710153 or 12050088. OLE color: 12050088.

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

Color convert

RGB168222183-
CMYK0.2400.180.13
HSL136.67º45%76.47%-
HSV(B)136.67º24.32%87.06%-
XYZ50.8263.9954.47-
YUV201.41117.61104.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=29.32%
G=38.74%
B=31.94%

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
Decimal1682221830.2400.180.13136.674576.47
HexA8DEB718012D892d4c
Octal250336267300221521155114
Binary101010001101111010110111110000100101101100010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEB7; }

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

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

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

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

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

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

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

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