#A0C4C0

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

Shades of Opal #A0C4C0

Tints of Opal #A0C4C0

Color information

#A0C4C0 (or 0xA0C4C0) is unknown color: approx Opal. HEX triplet: A0, C4 and C0. RGB value is (160,196,192). Sum of RGB (Red+Green+Blue) = 160+196+192=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C4C0 is #5F3B3F. Grayscale: #B8B8B8. Windows color (decimal): -6241088 or 12633248. OLE color: 12633248.

HSL color Cylindrical-coordinate representation of color #A0C4C0: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C4C0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB160196192-
CMYK0.1800.020.23
HSL173.33º23.38%69.8%-
HSV(B)173.33º18.37%76.86%-
XYZ43.7550.7657.36-
YUV184.78132.07110.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=29.20%
G=35.77%
B=35.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961920.1800.020.23173.3323.3869.8
HexA0C4C0120217ad1746
Octal24030430022022725527106
Binary101000001100010011000000100100101011110101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4C0; }

 p { color: rgb(160,196,192); }

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

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

 a { background-color: rgb(160,196,192); }

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

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

 span { border-color: rgb(160,196,192); }

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