#A1DFD4

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

Shades of Sinbad #A1DFD4

Tints of Sinbad #A1DFD4

Color information

#A1DFD4 (or 0xA1DFD4) is unknown color: approx Sinbad. HEX triplet: A1, DF and D4. RGB value is (161,223,212). Sum of RGB (Red+Green+Blue) = 161+223+212=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFD4 is #5E202B. Grayscale: #CBCBCB. Windows color (decimal): -6168620 or 13950881. OLE color: 13950881.

HSL color Cylindrical-coordinate representation of color #A1DFD4: hue angle of 169.35º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFD4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB161223212-
CMYK0.2800.050.13
HSL169.35º49.21%75.29%-
HSV(B)169.35º27.8%87.45%-
XYZ52.9765.1172.06-
YUV203.21132.9697.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.01%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=27.01%
G=37.42%
B=35.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232120.2800.050.13169.3549.2175.29
HexA1DFD41C05Da9314b
Octal24133732434051525161113
Binary1010000111011111110101001110001011101101010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFD4; }

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

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

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

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

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

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

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

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