#A1D8C8

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

Shades of Scandal #A1D8C8

Tints of Scandal #A1D8C8

Color information

#A1D8C8 (or 0xA1D8C8) is unknown color: approx Scandal. HEX triplet: A1, D8 and C8. RGB value is (161,216,200). Sum of RGB (Red+Green+Blue) = 161+216+200=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8C8 is #5E2737. Grayscale: #C5C5C5. Windows color (decimal): -6170424 or 13162657. OLE color: 13162657.

HSL color Cylindrical-coordinate representation of color #A1D8C8: hue angle of 162.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8C8 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB161216200-
CMYK0.2500.070.15
HSL162.55º41.35%73.92%-
HSV(B)162.55º25.46%84.71%-
XYZ49.6860.8663.77-
YUV197.73129.28101.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.90%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=27.90%
G=37.44%
B=34.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612162000.2500.070.15162.5541.3573.92
HexA1D8C81907Fa3294a
Octal24133031031071724351112
Binary1010000111011000110010001100101111111101000111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8C8; }

 p { color: rgb(161,216,200); }

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

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

 a { background-color: rgb(161,216,200); }

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

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

 span { border-color: rgb(161,216,200); }

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