#A1D7CB

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

Shades of Sinbad #A1D7CB

Tints of Sinbad #A1D7CB

Color information

#A1D7CB (or 0xA1D7CB) is unknown color: approx Sinbad. HEX triplet: A1, D7 and CB. RGB value is (161,215,203). Sum of RGB (Red+Green+Blue) = 161+215+203=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7CB is #5E2834. Grayscale: #C5C5C5. Windows color (decimal): -6170677 or 13359009. OLE color: 13359009.

HSL color Cylindrical-coordinate representation of color #A1D7CB: hue angle of 166.67º degrees, saturation: 0.4, 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 #A1D7CB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB161215203-
CMYK0.2500.060.16
HSL166.67º40.3%73.73%-
HSV(B)166.67º25.12%84.31%-
XYZ49.7860.4965.55-
YUV197.49131.11101.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=27.81%
G=37.13%
B=35.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612152030.2500.060.16166.6740.373.73
HexA1D7CB190610a7284a
Octal24132731331062024750112
Binary10100001110101111100101111001011010000101001111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7CB; }

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

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

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

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

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

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

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

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