#A5D2CD

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

Shades of Sinbad #A5D2CD

Tints of Sinbad #A5D2CD

Color information

#A5D2CD (or 0xA5D2CD) is unknown color: approx Sinbad. HEX triplet: A5, D2 and CD. RGB value is (165,210,205). Sum of RGB (Red+Green+Blue) = 165+210+205=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CD is #5A2D32. Grayscale: #C3C3C3. Windows color (decimal): -5909811 or 13488805. OLE color: 13488805.

HSL color Cylindrical-coordinate representation of color #A5D2CD: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2CD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB165210205-
CMYK0.2100.020.18
HSL173.33º33.33%73.53%-
HSV(B)173.33º21.43%82.35%-
XYZ49.5858.566.44-
YUV195.98133.09105.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=28.45%
G=36.21%
B=35.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652102050.2100.020.18173.3333.3373.53
HexA5D2CD150212ad214a
Octal24532231525022225541112
Binary1010010111010010110011011010101010010101011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2CD; }

 p { color: rgb(165,210,205); }

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

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

 a { background-color: rgb(165,210,205); }

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

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

 span { border-color: rgb(165,210,205); }

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