#A4D7C7

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

Shades of Scandal #A4D7C7

Tints of Scandal #A4D7C7

Color information

#A4D7C7 (or 0xA4D7C7) is unknown color: approx Scandal. HEX triplet: A4, D7 and C7. RGB value is (164,215,199). Sum of RGB (Red+Green+Blue) = 164+215+199=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7C7 is #5B2838. Grayscale: #C5C5C5. Windows color (decimal): -5974073 or 13096868. OLE color: 13096868.

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

Color convert

RGB164215199-
CMYK0.2400.070.16
HSL161.18º38.93%74.31%-
HSV(B)161.18º23.72%84.31%-
XYZ49.9260.6263.1-
YUV197.93128.6103.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=28.37%
G=37.20%
B=34.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642151990.2400.070.16161.1838.9374.31
HexA4D7C7180710a1274a
Octal24432730730072024147112
Binary10100100110101111100011111000011110000101000011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D7C7; }

 p { color: rgb(164,215,199); }

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

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

 a { background-color: rgb(164,215,199); }

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

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

 span { border-color: rgb(164,215,199); }

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