#A5DDCD

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

Shades of Scandal #A5DDCD

Tints of Scandal #A5DDCD

Color information

#A5DDCD (or 0xA5DDCD) is unknown color: approx Scandal. HEX triplet: A5, DD and CD. RGB value is (165,221,205). Sum of RGB (Red+Green+Blue) = 165+221+205=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDCD is #5A2232. Grayscale: #CACACA. Windows color (decimal): -5906995 or 13491621. OLE color: 13491621.

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

Color convert

RGB165221205-
CMYK0.2500.070.13
HSL162.86º45.16%75.69%-
HSV(B)162.86º25.34%86.67%-
XYZ52.3964.1267.37-
YUV202.43129.45101.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=27.92%
G=37.39%
B=34.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652212050.2500.070.13162.8645.1675.69
HexA5DDCD1907Da32d4c
Octal24533531531071524355114
Binary1010010111011101110011011100101111101101000111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDCD; }

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

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

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

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

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

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

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

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