#A1DDCD

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

Shades of Scandal #A1DDCD

Tints of Scandal #A1DDCD

Color information

#A1DDCD (or 0xA1DDCD) is unknown color: approx Scandal. HEX triplet: A1, DD and CD. RGB value is (161,221,205). Sum of RGB (Red+Green+Blue) = 161+221+205=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCD is #5E2232. Grayscale: #C9C9C9. Windows color (decimal): -6169139 or 13491617. OLE color: 13491617.

HSL color Cylindrical-coordinate representation of color #A1DDCD: hue angle of 164º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDCD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB161221205-
CMYK0.2700.070.13
HSL164º46.88%74.9%-
HSV(B)164º27.15%86.67%-
XYZ51.5763.767.33-
YUV201.24130.1299.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=27.43%
G=37.65%
B=34.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612212050.2700.070.1316446.8874.9
HexA1DDCD1B07Da42f4b
Octal24133531533071524457113
Binary1010000111011101110011011101101111101101001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDCD; }

 p { color: rgb(161,221,205); }

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

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

 a { background-color: rgb(161,221,205); }

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

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

 span { border-color: rgb(161,221,205); }

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