#ADC4C0

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

Shades of Opal #ADC4C0

Tints of Opal #ADC4C0

Color information

#ADC4C0 (or 0xADC4C0) is unknown color: approx Opal. HEX triplet: AD, C4 and C0. RGB value is (173,196,192). Sum of RGB (Red+Green+Blue) = 173+196+192=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C0 is #523B3F. Grayscale: #BCBCBC. Windows color (decimal): -5389120 or 12633261. OLE color: 12633261.

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

Color convert

RGB173196192-
CMYK0.1200.020.23
HSL169.57º16.31%72.35%-
HSV(B)169.57º11.73%76.86%-
XYZ46.4952.1757.49-
YUV188.67129.88116.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=30.84%
G=34.94%
B=34.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961920.1200.020.23169.5716.3172.35
HexADC4C0C0217aa1048
Octal25530430014022725220110
Binary10101101110001001100000011000101011110101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4C0; }

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

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

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

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

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

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

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

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