#A2D7CD

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

Shades of Sinbad #A2D7CD

Tints of Sinbad #A2D7CD

Color information

#A2D7CD (or 0xA2D7CD) is unknown color: approx Sinbad. HEX triplet: A2, D7 and CD. RGB value is (162,215,205). Sum of RGB (Red+Green+Blue) = 162+215+205=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7CD is #5D2832. Grayscale: #C6C6C6. Windows color (decimal): -6105139 or 13490082. OLE color: 13490082.

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

Color convert

RGB162215205-
CMYK0.2500.050.16
HSL168.68º39.85%73.92%-
HSV(B)168.68º24.65%84.31%-
XYZ50.2260.6966.83-
YUV198.01131.94102.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.84%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=27.84%
G=36.94%
B=35.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622152050.2500.050.16168.6839.8573.92
HexA2D7CD190510a9284a
Octal24232731531052025150112
Binary10100010110101111100110111001010110000101010011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D7CD; }

 p { color: rgb(162,215,205); }

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

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

 a { background-color: rgb(162,215,205); }

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

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

 span { border-color: rgb(162,215,205); }

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