#A6D6CD

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

Shades of Sinbad #A6D6CD

Tints of Sinbad #A6D6CD

Color information

#A6D6CD (or 0xA6D6CD) is unknown color: approx Sinbad. HEX triplet: A6, D6 and CD. RGB value is (166,214,205). Sum of RGB (Red+Green+Blue) = 166+214+205=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6CD is #592932. Grayscale: #C6C6C6. Windows color (decimal): -5843251 or 13489830. OLE color: 13489830.

HSL color Cylindrical-coordinate representation of color #A6D6CD: hue angle of 168.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6CD is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB166214205-
CMYK0.2200.040.16
HSL168.75º36.92%74.51%-
HSV(B)168.75º22.43%83.92%-
XYZ50.7960.6166.78-
YUV198.62131.6104.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.38%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=28.38%
G=36.58%
B=35.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662142050.2200.040.16168.7536.9274.51
HexA6D6CD160410a9254b
Octal24632631526042025145113
Binary10100110110101101100110110110010010000101010011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6CD; }

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

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

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

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

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

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

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

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