#A2D9CA

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

Shades of Scandal #A2D9CA

Tints of Scandal #A2D9CA

Color information

#A2D9CA (or 0xA2D9CA) is unknown color: approx Scandal. HEX triplet: A2, D9 and CA. RGB value is (162,217,202). Sum of RGB (Red+Green+Blue) = 162+217+202=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9CA is #5D2635. Grayscale: #C6C6C6. Windows color (decimal): -6104630 or 13293986. OLE color: 13293986.

HSL color Cylindrical-coordinate representation of color #A2D9CA: hue angle of 163.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9CA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB162217202-
CMYK0.2500.070.15
HSL163.64º41.98%74.31%-
HSV(B)163.64º25.35%85.1%-
XYZ50.3761.5765.11-
YUV198.84129.78101.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=27.88%
G=37.35%
B=34.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622172020.2500.070.15163.6441.9874.31
HexA2D9CA1907Fa42a4a
Octal24233131231071724452112
Binary1010001011011001110010101100101111111101001001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D9CA; }

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

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

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

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

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

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

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

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