#A1D3D0

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

Shades of Sinbad #A1D3D0

Tints of Sinbad #A1D3D0

Color information

#A1D3D0 (or 0xA1D3D0) is unknown color: approx Sinbad. HEX triplet: A1, D3 and D0. RGB value is (161,211,208). Sum of RGB (Red+Green+Blue) = 161+211+208=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3D0 is #5E2C2F. Grayscale: #C3C3C3. Windows color (decimal): -6171696 or 13685665. OLE color: 13685665.

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

Color convert

RGB161211208-
CMYK0.2400.010.17
HSL176.4º36.23%72.94%-
HSV(B)176.4º23.7%82.75%-
XYZ49.3858.7268.41-
YUV195.71134.94103.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=27.76%
G=36.38%
B=35.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612112080.2400.010.17176.436.2372.94
HexA1D3D0180111b02449
Octal24132332030012126044111
Binary101000011101001111010000110000110001101100001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3D0; }

 p { color: rgb(161,211,208); }

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

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

 a { background-color: rgb(161,211,208); }

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

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

 span { border-color: rgb(161,211,208); }

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