#A3DDCD

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

Shades of Scandal #A3DDCD

Tints of Scandal #A3DDCD

Color information

#A3DDCD (or 0xA3DDCD) is unknown color: approx Scandal. HEX triplet: A3, DD and CD. RGB value is (163,221,205). Sum of RGB (Red+Green+Blue) = 163+221+205=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCD is #5C2232. Grayscale: #C9C9C9. Windows color (decimal): -6038067 or 13491619. OLE color: 13491619.

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

Color convert

RGB163221205-
CMYK0.2600.070.13
HSL163.45º46.03%75.29%-
HSV(B)163.45º26.24%86.67%-
XYZ51.9863.9167.35-
YUV201.83129.78100.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=27.67%
G=37.52%
B=34.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632212050.2600.070.13163.4546.0375.29
HexA3DDCD1A07Da32e4b
Octal24333531532071524356113
Binary1010001111011101110011011101001111101101000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDCD; }

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

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

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

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

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

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

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

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