#A1DACA

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

Shades of Scandal #A1DACA

Tints of Scandal #A1DACA

Color information

#A1DACA (or 0xA1DACA) is unknown color: approx Scandal. HEX triplet: A1, DA and CA. RGB value is (161,218,202). Sum of RGB (Red+Green+Blue) = 161+218+202=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DACA is #5E2535. Grayscale: #C7C7C7. Windows color (decimal): -6169910 or 13294241. OLE color: 13294241.

HSL color Cylindrical-coordinate representation of color #A1DACA: hue angle of 163.16º degrees, saturation: 0.44, 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 #A1DACA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB161218202-
CMYK0.2600.070.15
HSL163.16º43.51%74.31%-
HSV(B)163.16º26.15%85.49%-
XYZ50.4361.9865.18-
YUV199.13129.62100.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=27.71%
G=37.52%
B=34.77%

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
Decimal1612182020.2600.070.15163.1643.5174.31
HexA1DACA1A07Fa32c4a
Octal24133231232071724354112
Binary1010000111011010110010101101001111111101000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DACA; }

 p { color: rgb(161,218,202); }

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

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

 a { background-color: rgb(161,218,202); }

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

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

 span { border-color: rgb(161,218,202); }

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