#A7D9D1

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

Shades of Sinbad #A7D9D1

Tints of Sinbad #A7D9D1

Color information

#A7D9D1 (or 0xA7D9D1) is unknown color: approx Sinbad. HEX triplet: A7, D9 and D1. RGB value is (167,217,209). Sum of RGB (Red+Green+Blue) = 167+217+209=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9D1 is #58262E. Grayscale: #C9C9C9. Windows color (decimal): -5776943 or 13752743. OLE color: 13752743.

HSL color Cylindrical-coordinate representation of color #A7D9D1: hue angle of 170.4º degrees, saturation: 0.4, 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 #A7D9D1 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB167217209-
CMYK0.2300.040.15
HSL170.4º39.68%75.29%-
HSV(B)170.4º23.04%85.1%-
XYZ52.2662.4469.62-
YUV201.14132.44103.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=28.16%
G=36.59%
B=35.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672172090.2300.040.15170.439.6875.29
HexA7D9D11704Faa284b
Octal24733132127041725250113
Binary1010011111011001110100011011101001111101010101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D9D1; }

 p { color: rgb(167,217,209); }

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

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

 a { background-color: rgb(167,217,209); }

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

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

 span { border-color: rgb(167,217,209); }

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