#A6DDD4

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

Shades of Scandal #A6DDD4

Tints of Scandal #A6DDD4

Color information

#A6DDD4 (or 0xA6DDD4) is unknown color: approx Scandal. HEX triplet: A6, DD and D4. RGB value is (166,221,212). Sum of RGB (Red+Green+Blue) = 166+221+212=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD4 is #59222B. Grayscale: #CBCBCB. Windows color (decimal): -5841452 or 13950374. OLE color: 13950374.

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

Color convert

RGB166221212-
CMYK0.2500.040.13
HSL170.18º44.72%75.88%-
HSV(B)170.18º24.89%86.67%-
XYZ53.4764.5771.93-
YUV203.53132.78101.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.71%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=27.71%
G=36.89%
B=35.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662212120.2500.040.13170.1844.7275.88
HexA6DDD41904Daa2d4c
Octal24633532431041525255114
Binary1010011011011101110101001100101001101101010101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDD4; }

 p { color: rgb(166,221,212); }

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

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

 a { background-color: rgb(166,221,212); }

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

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

 span { border-color: rgb(166,221,212); }

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