#A1D4C5

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

Shades of Sinbad #A1D4C5

Tints of Sinbad #A1D4C5

Color information

#A1D4C5 (or 0xA1D4C5) is unknown color: approx Sinbad. HEX triplet: A1, D4 and C5. RGB value is (161,212,197). Sum of RGB (Red+Green+Blue) = 161+212+197=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4C5 is #5E2B3A. Grayscale: #C3C3C3. Windows color (decimal): -6171451 or 12965025. OLE color: 12965025.

HSL color Cylindrical-coordinate representation of color #A1D4C5: hue angle of 162.35º degrees, saturation: 0.37, 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 #A1D4C5 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB161212197-
CMYK0.2400.070.17
HSL162.35º37.23%73.14%-
HSV(B)162.35º24.06%83.14%-
XYZ48.3258.761.61-
YUV195.04129.1103.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=28.25%
G=37.19%
B=34.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121970.2400.070.17162.3537.2373.14
HexA1D4C5180711a22549
Octal24132430530072124245111
Binary10100001110101001100010111000011110001101000101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4C5; }

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

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

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

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

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

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

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

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