#A1D9C9

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

Shades of Scandal #A1D9C9

Tints of Scandal #A1D9C9

Color information

#A1D9C9 (or 0xA1D9C9) is unknown color: approx Scandal. HEX triplet: A1, D9 and C9. RGB value is (161,217,201). Sum of RGB (Red+Green+Blue) = 161+217+201=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9C9 is #5E2636. Grayscale: #C6C6C6. Windows color (decimal): -6170167 or 13228449. OLE color: 13228449.

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

Color convert

RGB161217201-
CMYK0.2600.070.15
HSL162.86º42.42%74.12%-
HSV(B)162.86º25.81%85.1%-
XYZ50.0561.4264.48-
YUV198.43129.45101.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=27.81%
G=37.48%
B=34.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612172010.2600.070.15162.8642.4274.12
HexA1D9C91A07Fa32a4a
Octal24133131132071724352112
Binary1010000111011001110010011101001111111101000111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9C9; }

 p { color: rgb(161,217,201); }

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

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

 a { background-color: rgb(161,217,201); }

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

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

 span { border-color: rgb(161,217,201); }

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