#A3D0CD

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

Shades of Sinbad #A3D0CD

Tints of Sinbad #A3D0CD

Color information

#A3D0CD (or 0xA3D0CD) is unknown color: approx Sinbad. HEX triplet: A3, D0 and CD. RGB value is (163,208,205). Sum of RGB (Red+Green+Blue) = 163+208+205=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0CD is #5C2F32. Grayscale: #C2C2C2. Windows color (decimal): -6041395 or 13488291. OLE color: 13488291.

HSL color Cylindrical-coordinate representation of color #A3D0CD: hue angle of 176º degrees, saturation: 0.32, 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 #A3D0CD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB163208205-
CMYK0.2200.010.18
HSL176º32.37%72.75%-
HSV(B)176º21.63%81.57%-
XYZ48.6857.3166.25-
YUV194.2134.09105.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=28.30%
G=36.11%
B=35.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632082050.2200.010.1817632.3772.75
HexA3D0CD160112b02049
Octal24332031526012226040111
Binary101000111101000011001101101100110010101100001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D0CD; }

 p { color: rgb(163,208,205); }

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

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

 a { background-color: rgb(163,208,205); }

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

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

 span { border-color: rgb(163,208,205); }

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