#A3D7D5

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

Shades of Sinbad #A3D7D5

Tints of Sinbad #A3D7D5

Color information

#A3D7D5 (or 0xA3D7D5) is unknown color: approx Sinbad. HEX triplet: A3, D7 and D5. RGB value is (163,215,213). Sum of RGB (Red+Green+Blue) = 163+215+213=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7D5 is #5C282A. Grayscale: #C7C7C7. Windows color (decimal): -6039595 or 14014371. OLE color: 14014371.

HSL color Cylindrical-coordinate representation of color #A3D7D5: hue angle of 177.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7D5 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB163215213-
CMYK0.2400.010.16
HSL177.69º39.39%74.12%-
HSV(B)177.69º24.19%84.31%-
XYZ51.4161.1972.05-
YUV199.22135.77102.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.58%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=27.58%
G=36.38%
B=36.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632152130.2400.010.16177.6939.3974.12
HexA3D7D5180110b2274a
Octal24332732530012026247112
Binary101000111101011111010101110000110000101100101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7D5; }

 p { color: rgb(163,215,213); }

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

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

 a { background-color: rgb(163,215,213); }

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

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

 span { border-color: rgb(163,215,213); }

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