#ADC3C0

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

Shades of Opal #ADC3C0

Tints of Opal #ADC3C0

Color information

#ADC3C0 (or 0xADC3C0) is unknown color: approx Opal. HEX triplet: AD, C3 and C0. RGB value is (173,195,192). Sum of RGB (Red+Green+Blue) = 173+195+192=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3C0 is #523C3F. Grayscale: #BCBCBC. Windows color (decimal): -5389376 or 12633005. OLE color: 12633005.

HSL color Cylindrical-coordinate representation of color #ADC3C0: hue angle of 171.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3C0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB173195192-
CMYK0.1100.020.24
HSL171.82º15.49%72.16%-
HSV(B)171.82º11.28%76.47%-
XYZ46.2651.7257.41-
YUV188.08130.21117.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=30.89%
G=34.82%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951920.1100.020.24171.8215.4972.16
HexADC3C0B0218acf48
Octal25530330013023025417110
Binary1010110111000011110000001011010110001010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3C0; }

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

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

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

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

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

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

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

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