#A6D8D4

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

Shades of Sinbad #A6D8D4

Tints of Sinbad #A6D8D4

Color information

#A6D8D4 (or 0xA6D8D4) is unknown color: approx Sinbad. HEX triplet: A6, D8 and D4. RGB value is (166,216,212). Sum of RGB (Red+Green+Blue) = 166+216+212=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8D4 is #59272B. Grayscale: #C8C8C8. Windows color (decimal): -5842732 or 13949094. OLE color: 13949094.

HSL color Cylindrical-coordinate representation of color #A6D8D4: hue angle of 175.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8D4 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB166216212-
CMYK0.2300.020.15
HSL175.2º39.06%74.9%-
HSV(B)175.2º23.15%84.71%-
XYZ52.1761.9771.5-
YUV200.59134.44103.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=27.95%
G=36.36%
B=35.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662162120.2300.020.15175.239.0674.9
HexA6D8D41702Faf274b
Octal24633032427021725747113
Binary101001101101100011010100101110101111101011111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8D4; }

 p { color: rgb(166,216,212); }

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

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

 a { background-color: rgb(166,216,212); }

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

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

 span { border-color: rgb(166,216,212); }

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