#ADC7BE

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

Shades of Opal #ADC7BE

Tints of Opal #ADC7BE

Color information

#ADC7BE (or 0xADC7BE) is unknown color: approx Opal. HEX triplet: AD, C7 and BE. RGB value is (173,199,190). Sum of RGB (Red+Green+Blue) = 173+199+190=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BE is #523841. Grayscale: #BEBEBE. Windows color (decimal): -5388354 or 12502957. OLE color: 12502957.

HSL color Cylindrical-coordinate representation of color #ADC7BE: hue angle of 159.23º 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 #ADC7BE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB173199190-
CMYK0.1300.050.22
HSL159.23º18.84%72.94%-
HSV(B)159.23º13.07%78.04%-
XYZ46.9553.4556.56-
YUV190.2127.89115.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=30.78%
G=35.41%
B=33.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991900.1300.050.22159.2318.8472.94
HexADC7BED05169f1349
Octal25530727615052623723111
Binary101011011100011110111110110101011011010011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7BE; }

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

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

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

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

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

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

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

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