#A6D4CD

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

Shades of Sinbad #A6D4CD

Tints of Sinbad #A6D4CD

Color information

#A6D4CD (or 0xA6D4CD) is unknown color: approx Sinbad. HEX triplet: A6, D4 and CD. RGB value is (166,212,205). Sum of RGB (Red+Green+Blue) = 166+212+205=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4CD is #592B32. Grayscale: #C5C5C5. Windows color (decimal): -5843763 or 13489318. OLE color: 13489318.

HSL color Cylindrical-coordinate representation of color #A6D4CD: hue angle of 170.87º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4CD is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB166212205-
CMYK0.2200.030.17
HSL170.87º34.85%74.12%-
HSV(B)170.87º21.7%83.14%-
XYZ50.2959.666.61-
YUV197.45132.26105.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=28.47%
G=36.36%
B=35.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662122050.2200.030.17170.8734.8574.12
HexA6D4CD160311ab234a
Octal24632431526032125343112
Binary1010011011010100110011011011001110001101010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4CD; }

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

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

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

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

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

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

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

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