#A5D7C7

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

Shades of Scandal #A5D7C7

Tints of Scandal #A5D7C7

Color information

#A5D7C7 (or 0xA5D7C7) is unknown color: approx Scandal. HEX triplet: A5, D7 and C7. RGB value is (165,215,199). Sum of RGB (Red+Green+Blue) = 165+215+199=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7C7 is #5A2838. Grayscale: #C6C6C6. Windows color (decimal): -5908537 or 13096869. OLE color: 13096869.

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

Color convert

RGB165215199-
CMYK0.2300.070.16
HSL160.8º38.46%74.51%-
HSV(B)160.8º23.26%84.31%-
XYZ50.1360.7263.11-
YUV198.23128.44104.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=28.50%
G=37.13%
B=34.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151990.2300.070.16160.838.4674.51
HexA5D7C7170710a1264b
Octal24532730727072024146113
Binary10100101110101111100011110111011110000101000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D7C7; }

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

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

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

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

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

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

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

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