#A1D8C5

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

Shades of Scandal #A1D8C5

Tints of Scandal #A1D8C5

Color information

#A1D8C5 (or 0xA1D8C5) is unknown color: approx Scandal. HEX triplet: A1, D8 and C5. RGB value is (161,216,197). Sum of RGB (Red+Green+Blue) = 161+216+197=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8C5 is #5E273A. Grayscale: #C5C5C5. Windows color (decimal): -6170427 or 12966049. OLE color: 12966049.

HSL color Cylindrical-coordinate representation of color #A1D8C5: hue angle of 159.27º degrees, saturation: 0.41, 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 #A1D8C5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB161216197-
CMYK0.2500.090.15
HSL159.27º41.35%73.92%-
HSV(B)159.27º25.46%84.71%-
XYZ49.3360.7261.94-
YUV197.39127.78102.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=28.05%
G=37.63%
B=34.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161970.2500.090.15159.2741.3573.92
HexA1D8C51909F9f294a
Octal241330305310111723751112
Binary10100001110110001100010111001010011111100111111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8C5; }

 p { color: rgb(161,216,197); }

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

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

 a { background-color: rgb(161,216,197); }

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

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

 span { border-color: rgb(161,216,197); }

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