#A1D0CB

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

Shades of Sinbad #A1D0CB

Tints of Sinbad #A1D0CB

Color information

#A1D0CB (or 0xA1D0CB) is unknown color: approx Sinbad. HEX triplet: A1, D0 and CB. RGB value is (161,208,203). Sum of RGB (Red+Green+Blue) = 161+208+203=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0CB is #5E2F34. Grayscale: #C1C1C1. Windows color (decimal): -6172469 or 13357217. OLE color: 13357217.

HSL color Cylindrical-coordinate representation of color #A1D0CB: hue angle of 173.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0CB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB161208203-
CMYK0.2300.020.18
HSL173.62º33.33%72.35%-
HSV(B)173.62º22.6%81.57%-
XYZ48.035764.97-
YUV193.38133.43104.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=28.15%
G=36.36%
B=35.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612082030.2300.020.18173.6233.3372.35
HexA1D0CB170212ae2148
Octal24132031327022225641110
Binary1010000111010000110010111011101010010101011101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0CB; }

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

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

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

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

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

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

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

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