#A0DFCA

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

Shades of Scandal #A0DFCA

Tints of Scandal #A0DFCA

Color information

#A0DFCA (or 0xA0DFCA) is unknown color: approx Scandal. HEX triplet: A0, DF and CA. RGB value is (160,223,202). Sum of RGB (Red+Green+Blue) = 160+223+202=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCA is #5F2035. Grayscale: #C9C9C9. Windows color (decimal): -6234166 or 13295520. OLE color: 13295520.

HSL color Cylindrical-coordinate representation of color #A0DFCA: hue angle of 160º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFCA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB160223202-
CMYK0.2800.090.13
HSL160º49.61%75.1%-
HSV(B)160º28.25%87.45%-
XYZ51.5564.5165.61-
YUV201.77128.1398.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=27.35%
G=38.12%
B=34.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602232020.2800.090.1316049.6175.1
HexA0DFCA1C09Da0324b
Octal240337312340111524062113
Binary10100000110111111100101011100010011101101000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFCA; }

 p { color: rgb(160,223,202); }

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

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

 a { background-color: rgb(160,223,202); }

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

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

 span { border-color: rgb(160,223,202); }

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