#A6D4CC

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

Shades of Sinbad #A6D4CC

Tints of Sinbad #A6D4CC

Color information

#A6D4CC (or 0xA6D4CC) is unknown color: approx Sinbad. HEX triplet: A6, D4 and CC. RGB value is (166,212,204). Sum of RGB (Red+Green+Blue) = 166+212+204=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4CC is #592B33. Grayscale: #C5C5C5. Windows color (decimal): -5843764 or 13423782. OLE color: 13423782.

HSL color Cylindrical-coordinate representation of color #A6D4CC: hue angle of 169.57º 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 #A6D4CC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB166212204-
CMYK0.2200.040.17
HSL169.57º34.85%74.12%-
HSV(B)169.57º21.7%83.14%-
XYZ50.1759.5565.98-
YUV197.33131.76105.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.52%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=28.52%
G=36.43%
B=35.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662122040.2200.040.17169.5734.8574.12
HexA6D4CC160411aa234a
Octal24632431426042125243112
Binary10100110110101001100110010110010010001101010101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4CC; }

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

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

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

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

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

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

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

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