#A1CDC5

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

Shades of Sinbad #A1CDC5

Tints of Sinbad #A1CDC5

Color information

#A1CDC5 (or 0xA1CDC5) is unknown color: approx Sinbad. HEX triplet: A1, CD and C5. RGB value is (161,205,197). Sum of RGB (Red+Green+Blue) = 161+205+197=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC5 is #5E323A. Grayscale: #BEBEBE. Windows color (decimal): -6173243 or 12963233. OLE color: 12963233.

HSL color Cylindrical-coordinate representation of color #A1CDC5: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB161205197-
CMYK0.2100.040.20
HSL169.09º30.56%71.76%-
HSV(B)169.09º21.46%80.39%-
XYZ46.6155.2761.04-
YUV190.93131.42106.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=28.60%
G=36.41%
B=34.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051970.2100.040.20169.0930.5671.76
HexA1CDC5150414a91f48
Octal24131530525042425137110
Binary1010000111001101110001011010101001010010101001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDC5; }

 p { color: rgb(161,205,197); }

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

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

 a { background-color: rgb(161,205,197); }

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

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

 span { border-color: rgb(161,205,197); }

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