#A4D4C9

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

Shades of Sinbad #A4D4C9

Tints of Sinbad #A4D4C9

Color information

#A4D4C9 (or 0xA4D4C9) is unknown color: approx Sinbad. HEX triplet: A4, D4 and C9. RGB value is (164,212,201). Sum of RGB (Red+Green+Blue) = 164+212+201=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4C9 is #5B2B36. Grayscale: #C4C4C4. Windows color (decimal): -5974839 or 13227172. OLE color: 13227172.

HSL color Cylindrical-coordinate representation of color #A4D4C9: hue angle of 166.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4C9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB164212201-
CMYK0.2300.050.17
HSL166.25º35.82%73.73%-
HSV(B)166.25º22.64%83.14%-
XYZ49.459.264.08-
YUV196.39130.6104.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.42%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=28.42%
G=36.74%
B=34.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642122010.2300.050.17166.2535.8273.73
HexA4D4C9170511a6244a
Octal24432431127052124644112
Binary10100100110101001100100110111010110001101001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4C9; }

 p { color: rgb(164,212,201); }

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

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

 a { background-color: rgb(164,212,201); }

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

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

 span { border-color: rgb(164,212,201); }

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