#A4D2C7

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

Shades of Sinbad #A4D2C7

Tints of Sinbad #A4D2C7

Color information

#A4D2C7 (or 0xA4D2C7) is unknown color: approx Sinbad. HEX triplet: A4, D2 and C7. RGB value is (164,210,199). Sum of RGB (Red+Green+Blue) = 164+210+199=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D2C7 is #5B2D38. Grayscale: #C2C2C2. Windows color (decimal): -5975353 or 13095588. OLE color: 13095588.

HSL color Cylindrical-coordinate representation of color #A4D2C7: hue angle of 165.65º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2C7 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB164210199-
CMYK0.2200.050.18
HSL165.65º33.82%73.33%-
HSV(B)165.65º21.9%82.35%-
XYZ48.6758.1162.68-
YUV194.99130.26105.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=28.62%
G=36.65%
B=34.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101990.2200.050.18165.6533.8273.33
HexA4D2C7160512a62249
Octal24432230726052224642111
Binary10100100110100101100011110110010110010101001101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D2C7; }

 p { color: rgb(164,210,199); }

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

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

 a { background-color: rgb(164,210,199); }

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

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

 span { border-color: rgb(164,210,199); }

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