#A1D7CD

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

Shades of Sinbad #A1D7CD

Tints of Sinbad #A1D7CD

Color information

#A1D7CD (or 0xA1D7CD) is unknown color: approx Sinbad. HEX triplet: A1, D7 and CD. RGB value is (161,215,205). Sum of RGB (Red+Green+Blue) = 161+215+205=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7CD is #5E2832. Grayscale: #C5C5C5. Windows color (decimal): -6170675 or 13490081. OLE color: 13490081.

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

Color convert

RGB161215205-
CMYK0.2500.050.16
HSL168.89º40.3%73.73%-
HSV(B)168.89º25.12%84.31%-
XYZ50.0260.5966.82-
YUV197.71132.11101.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=27.71%
G=37.01%
B=35.28%

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
Decimal1612152050.2500.050.16168.8940.373.73
HexA1D7CD190510a9284a
Octal24132731531052025150112
Binary10100001110101111100110111001010110000101010011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7CD; }

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

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

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

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

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

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

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

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