#A8DCB8

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

Shades of Fringy Flower #A8DCB8

Tints of Fringy Flower #A8DCB8

Color information

#A8DCB8 (or 0xA8DCB8) is unknown color: approx Fringy Flower. HEX triplet: A8, DC and B8. RGB value is (168,220,184). Sum of RGB (Red+Green+Blue) = 168+220+184=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB8 is #572347. Grayscale: #C8C8C8. Windows color (decimal): -5710664 or 12115112. OLE color: 12115112.

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

Color convert

RGB168220184-
CMYK0.2400.160.14
HSL138.46º42.62%76.08%-
HSV(B)138.46º23.64%86.27%-
XYZ50.3962.9754.85-
YUV200.35118.77104.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=29.37%
G=38.46%
B=32.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201840.2400.160.14138.4642.6276.08
HexA8DCB818010E8a2b4c
Octal250334270300201621253114
Binary101010001101110010111000110000100001110100010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCB8; }

 p { color: rgb(168,220,184); }

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

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

 a { background-color: rgb(168,220,184); }

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

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

 span { border-color: rgb(168,220,184); }

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