#A1D6D4

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

Shades of Sinbad #A1D6D4

Tints of Sinbad #A1D6D4

Color information

#A1D6D4 (or 0xA1D6D4) is unknown color: approx Sinbad. HEX triplet: A1, D6 and D4. RGB value is (161,214,212). Sum of RGB (Red+Green+Blue) = 161+214+212=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6D4 is #5E292B. Grayscale: #C5C5C5. Windows color (decimal): -6170924 or 13948577. OLE color: 13948577.

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

Color convert

RGB161214212-
CMYK0.2500.010.16
HSL177.74º39.26%73.53%-
HSV(B)177.74º24.77%83.92%-
XYZ50.6360.4271.28-
YUV197.92135.94101.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=27.43%
G=36.46%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612142120.2500.010.16177.7439.2673.53
HexA1D6D4190110b2274a
Octal24132632431012026247112
Binary101000011101011011010100110010110000101100101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D6D4; }

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

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

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

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

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

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

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

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