#A8D6C6

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

Shades of Scandal #A8D6C6

Tints of Scandal #A8D6C6

Color information

#A8D6C6 (or 0xA8D6C6) is unknown color: approx Scandal. HEX triplet: A8, D6 and C6. RGB value is (168,214,198). Sum of RGB (Red+Green+Blue) = 168+214+198=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6C6 is #572939. Grayscale: #C6C6C6. Windows color (decimal): -5712186 or 13031080. OLE color: 13031080.

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

Color convert

RGB168214198-
CMYK0.2100.070.16
HSL159.13º35.94%74.9%-
HSV(B)159.13º21.5%83.92%-
XYZ50.3960.562.45-
YUV198.42127.76106.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=28.97%
G=36.90%
B=34.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141980.2100.070.16159.1335.9474.9
HexA8D6C61507109f244b
Octal25032630625072023744113
Binary10101000110101101100011010101011110000100111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6C6; }

 p { color: rgb(168,214,198); }

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

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

 a { background-color: rgb(168,214,198); }

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

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

 span { border-color: rgb(168,214,198); }

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