#A6D6C7

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

Shades of Scandal #A6D6C7

Tints of Scandal #A6D6C7

Color information

#A6D6C7 (or 0xA6D6C7) is unknown color: approx Scandal. HEX triplet: A6, D6 and C7. RGB value is (166,214,199). Sum of RGB (Red+Green+Blue) = 166+214+199=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6C7 is #592938. Grayscale: #C5C5C5. Windows color (decimal): -5843257 or 13096614. OLE color: 13096614.

HSL color Cylindrical-coordinate representation of color #A6D6C7: hue angle of 161.25º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6C7 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB166214199-
CMYK0.2200.070.16
HSL161.25º36.92%74.51%-
HSV(B)161.25º22.43%83.92%-
XYZ50.0860.3263.04-
YUV197.94128.6105.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=28.67%
G=36.96%
B=34.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662141990.2200.070.16161.2536.9274.51
HexA6D6C7160710a1254b
Octal24632630726072024145113
Binary10100110110101101100011110110011110000101000011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6C7; }

 p { color: rgb(166,214,199); }

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

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

 a { background-color: rgb(166,214,199); }

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

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

 span { border-color: rgb(166,214,199); }

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