#A4DAD0

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

Shades of Sinbad #A4DAD0

Tints of Sinbad #A4DAD0

Color information

#A4DAD0 (or 0xA4DAD0) is unknown color: approx Sinbad. HEX triplet: A4, DA and D0. RGB value is (164,218,208). Sum of RGB (Red+Green+Blue) = 164+218+208=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DAD0 is #5B252F. Grayscale: #C8C8C8. Windows color (decimal): -5973296 or 13687460. OLE color: 13687460.

HSL color Cylindrical-coordinate representation of color #A4DAD0: hue angle of 168.89º 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 #A4DAD0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB164218208-
CMYK0.2500.050.15
HSL168.89º42.19%74.9%-
HSV(B)168.89º24.77%85.49%-
XYZ51.7762.5969.03-
YUV200.71132.11101.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.80%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=27.80%
G=36.95%
B=35.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642182080.2500.050.15168.8942.1974.9
HexA4DAD01905Fa92a4b
Octal24433232031051725152113
Binary1010010011011010110100001100101011111101010011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAD0; }

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

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

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

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

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

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

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

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