#A2D7C9

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

Shades of Scandal #A2D7C9

Tints of Scandal #A2D7C9

Color information

#A2D7C9 (or 0xA2D7C9) is unknown color: approx Scandal. HEX triplet: A2, D7 and C9. RGB value is (162,215,201). Sum of RGB (Red+Green+Blue) = 162+215+201=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7C9 is #5D2836. Grayscale: #C5C5C5. Windows color (decimal): -6105143 or 13227938. OLE color: 13227938.

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

Color convert

RGB162215201-
CMYK0.2500.070.16
HSL164.15º39.85%73.92%-
HSV(B)164.15º24.65%84.31%-
XYZ49.7460.564.31-
YUV197.56129.94102.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.03%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=28.03%
G=37.20%
B=34.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622152010.2500.070.16164.1539.8573.92
HexA2D7C9190710a4284a
Octal24232731131072024450112
Binary10100010110101111100100111001011110000101001001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D7C9; }

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

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

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

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

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

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

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

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