#A3DECA

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

Shades of Scandal #A3DECA

Tints of Scandal #A3DECA

Color information

#A3DECA (or 0xA3DECA) is unknown color: approx Scandal. HEX triplet: A3, DE and CA. RGB value is (163,222,202). Sum of RGB (Red+Green+Blue) = 163+222+202=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DECA is #5C2135. Grayscale: #CACACA. Windows color (decimal): -6037814 or 13295267. OLE color: 13295267.

HSL color Cylindrical-coordinate representation of color #A3DECA: hue angle of 159.66º 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 #A3DECA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB163222202-
CMYK0.2700.090.13
HSL159.66º47.2%75.49%-
HSV(B)159.66º26.58%87.06%-
XYZ51.8964.2965.55-
YUV202.08127.95100.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.77%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=27.77%
G=37.82%
B=34.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632222020.2700.090.13159.6647.275.49
HexA3DECA1B09Da02f4b
Octal243336312330111524057113
Binary10100011110111101100101011011010011101101000001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DECA; }

 p { color: rgb(163,222,202); }

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

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

 a { background-color: rgb(163,222,202); }

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

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

 span { border-color: rgb(163,222,202); }

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