#ADC7C1

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

Shades of Opal #ADC7C1

Tints of Opal #ADC7C1

Color information

#ADC7C1 (or 0xADC7C1) is unknown color: approx Opal. HEX triplet: AD, C7 and C1. RGB value is (173,199,193). Sum of RGB (Red+Green+Blue) = 173+199+193=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7C1 is #52383E. Grayscale: #BEBEBE. Windows color (decimal): -5388351 or 12699565. OLE color: 12699565.

HSL color Cylindrical-coordinate representation of color #ADC7C1: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7C1 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB173199193-
CMYK0.1300.030.22
HSL166.15º18.84%72.94%-
HSV(B)166.15º13.07%78.04%-
XYZ47.2853.5858.3-
YUV190.54129.39115.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=30.62%
G=35.22%
B=34.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991930.1300.030.22166.1518.8472.94
HexADC7C1D0316a61349
Octal25530730115032624623111
Binary10101101110001111100000111010111011010100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7C1; }

 p { color: rgb(173,199,193); }

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

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

 a { background-color: rgb(173,199,193); }

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

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

 span { border-color: rgb(173,199,193); }

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