#A5D6D0

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

Shades of Sinbad #A5D6D0

Tints of Sinbad #A5D6D0

Color information

#A5D6D0 (or 0xA5D6D0) is unknown color: approx Sinbad. HEX triplet: A5, D6 and D0. RGB value is (165,214,208). Sum of RGB (Red+Green+Blue) = 165+214+208=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6D0 is #5A292F. Grayscale: #C6C6C6. Windows color (decimal): -5908784 or 13686437. OLE color: 13686437.

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

Color convert

RGB165214208-
CMYK0.2300.030.16
HSL172.65º37.4%74.31%-
HSV(B)172.65º22.9%83.92%-
XYZ50.9560.6568.7-
YUV198.66133.27103.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=28.11%
G=36.46%
B=35.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652142080.2300.030.16172.6537.474.31
HexA5D6D0170310ad254a
Octal24532632027032025545112
Binary1010010111010110110100001011101110000101011011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6D0; }

 p { color: rgb(165,214,208); }

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

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

 a { background-color: rgb(165,214,208); }

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

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

 span { border-color: rgb(165,214,208); }

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