#A4DDCD

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

Shades of Scandal #A4DDCD

Tints of Scandal #A4DDCD

Color information

#A4DDCD (or 0xA4DDCD) is unknown color: approx Scandal. HEX triplet: A4, DD and CD. RGB value is (164,221,205). Sum of RGB (Red+Green+Blue) = 164+221+205=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCD is #5B2232. Grayscale: #CACACA. Windows color (decimal): -5972531 or 13491620. OLE color: 13491620.

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

Color convert

RGB164221205-
CMYK0.2600.070.13
HSL163.16º45.6%75.49%-
HSV(B)163.16º25.79%86.67%-
XYZ52.1964.0167.36-
YUV202.13129.62100.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.80%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=27.80%
G=37.46%
B=34.75%

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
Decimal1642212050.2600.070.13163.1645.675.49
HexA4DDCD1A07Da32e4b
Octal24433531532071524356113
Binary1010010011011101110011011101001111101101000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDCD; }

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

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

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

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

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

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

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

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