#A1D6CB

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

Shades of Sinbad #A1D6CB

Tints of Sinbad #A1D6CB

Color information

#A1D6CB (or 0xA1D6CB) is unknown color: approx Sinbad. HEX triplet: A1, D6 and CB. RGB value is (161,214,203). Sum of RGB (Red+Green+Blue) = 161+214+203=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6CB is #5E2934. Grayscale: #C4C4C4. Windows color (decimal): -6170933 or 13358753. OLE color: 13358753.

HSL color Cylindrical-coordinate representation of color #A1D6CB: hue angle of 167.55º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6CB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB161214203-
CMYK0.2500.050.16
HSL167.55º39.26%73.53%-
HSV(B)167.55º24.77%83.92%-
XYZ49.5259.9865.47-
YUV196.9131.44102.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=27.85%
G=37.02%
B=35.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612142030.2500.050.16167.5539.2673.53
HexA1D6CB190510a8274a
Octal24132631331052025047112
Binary10100001110101101100101111001010110000101010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D6CB; }

 p { color: rgb(161,214,203); }

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

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

 a { background-color: rgb(161,214,203); }

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

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

 span { border-color: rgb(161,214,203); }

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