#ADD5CD

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

Shades of Scandal #ADD5CD

Tints of Scandal #ADD5CD

Color information

#ADD5CD (or 0xADD5CD) is unknown color: approx Scandal. HEX triplet: AD, D5 and CD. RGB value is (173,213,205). Sum of RGB (Red+Green+Blue) = 173+213+205=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5CD is #522A32. Grayscale: #C8C8C8. Windows color (decimal): -5384755 or 13489581. OLE color: 13489581.

HSL color Cylindrical-coordinate representation of color #ADD5CD: hue angle of 168º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5CD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB173213205-
CMYK0.1900.040.16
HSL168º32.26%75.69%-
HSV(B)168º18.78%83.53%-
XYZ52.0560.8866.77-
YUV200.13130.75108.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=29.27%
G=36.04%
B=34.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732132050.1900.040.1616832.2675.69
HexADD5CD130410a8204c
Octal25532531523042025040114
Binary10101101110101011100110110011010010000101010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5CD; }

 p { color: rgb(173,213,205); }

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

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

 a { background-color: rgb(173,213,205); }

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

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

 span { border-color: rgb(173,213,205); }

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