#A8DAB4

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

Shades of Fringy Flower #A8DAB4

Tints of Fringy Flower #A8DAB4

Color information

#A8DAB4 (or 0xA8DAB4) is unknown color: approx Fringy Flower. HEX triplet: A8, DA and B4. RGB value is (168,218,180). Sum of RGB (Red+Green+Blue) = 168+218+180=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAB4 is #57254B. Grayscale: #C6C6C6. Windows color (decimal): -5711180 or 11852456. OLE color: 11852456.

HSL color Cylindrical-coordinate representation of color #A8DAB4: hue angle of 134.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAB4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB168218180-
CMYK0.2300.170.15
HSL134.4º40.32%75.69%-
HSV(B)134.4º22.94%85.49%-
XYZ49.4661.7652.49-
YUV198.72117.44106.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.68%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=29.68%
G=38.52%
B=31.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181800.2300.170.15134.440.3275.69
HexA8DAB417011F86284c
Octal250332264270211720650114
Binary101010001101101010110100101110100011111100001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAB4; }

 p { color: rgb(168,218,180); }

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

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

 a { background-color: rgb(168,218,180); }

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

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

 span { border-color: rgb(168,218,180); }

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