#A2D7CA

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

Shades of Sinbad #A2D7CA

Tints of Sinbad #A2D7CA

Color information

#A2D7CA (or 0xA2D7CA) is unknown color: approx Sinbad. HEX triplet: A2, D7 and CA. RGB value is (162,215,202). Sum of RGB (Red+Green+Blue) = 162+215+202=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7CA is #5D2835. Grayscale: #C5C5C5. Windows color (decimal): -6105142 or 13293474. OLE color: 13293474.

HSL color Cylindrical-coordinate representation of color #A2D7CA: hue angle of 165.28º 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 #A2D7CA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB162215202-
CMYK0.2500.060.16
HSL165.28º39.85%73.92%-
HSV(B)165.28º24.65%84.31%-
XYZ49.8660.5564.94-
YUV197.67130.44102.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.98%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=27.98%
G=37.13%
B=34.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622152020.2500.060.16165.2839.8573.92
HexA2D7CA190610a5284a
Octal24232731231062024550112
Binary10100010110101111100101011001011010000101001011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D7CA; }

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

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

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

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

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

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

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

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