#A4DAD1

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

Shades of Sinbad #A4DAD1

Tints of Sinbad #A4DAD1

Color information

#A4DAD1 (or 0xA4DAD1) is unknown color: approx Sinbad. HEX triplet: A4, DA and D1. RGB value is (164,218,209). Sum of RGB (Red+Green+Blue) = 164+218+209=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DAD1 is #5B252E. Grayscale: #C8C8C8. Windows color (decimal): -5973295 or 13752996. OLE color: 13752996.

HSL color Cylindrical-coordinate representation of color #A4DAD1: hue angle of 170º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DAD1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB164218209-
CMYK0.2500.040.15
HSL170º42.19%74.9%-
HSV(B)170º24.77%85.49%-
XYZ51.8962.6469.68-
YUV200.83132.61101.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=27.75%
G=36.89%
B=35.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642182090.2500.040.1517042.1974.9
HexA4DAD11904Faa2a4b
Octal24433232131041725252113
Binary1010010011011010110100011100101001111101010101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAD1; }

 p { color: rgb(164,218,209); }

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

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

 a { background-color: rgb(164,218,209); }

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

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

 span { border-color: rgb(164,218,209); }

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