#A3D2CD

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

Shades of Sinbad #A3D2CD

Tints of Sinbad #A3D2CD

Color information

#A3D2CD (or 0xA3D2CD) is unknown color: approx Sinbad. HEX triplet: A3, D2 and CD. RGB value is (163,210,205). Sum of RGB (Red+Green+Blue) = 163+210+205=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2CD is #5C2D32. Grayscale: #C3C3C3. Windows color (decimal): -6040883 or 13488803. OLE color: 13488803.

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

Color convert

RGB163210205-
CMYK0.2200.020.18
HSL173.62º34.31%73.14%-
HSV(B)173.62º22.38%82.35%-
XYZ49.1758.2966.42-
YUV195.38133.43104.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.20%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=28.20%
G=36.33%
B=35.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632102050.2200.020.18173.6234.3173.14
HexA3D2CD160212ae2249
Octal24332231526022225642111
Binary1010001111010010110011011011001010010101011101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2CD; }

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

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

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

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

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

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

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

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