#ADC3BF

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

Shades of Opal #ADC3BF

Tints of Opal #ADC3BF

Color information

#ADC3BF (or 0xADC3BF) is unknown color: approx Opal. HEX triplet: AD, C3 and BF. RGB value is (173,195,191). Sum of RGB (Red+Green+Blue) = 173+195+191=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BF is #523C40. Grayscale: #BBBBBB. Windows color (decimal): -5389377 or 12567469. OLE color: 12567469.

HSL color Cylindrical-coordinate representation of color #ADC3BF: hue angle of 169.09º 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 #ADC3BF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB173195191-
CMYK0.1100.020.24
HSL169.09º15.49%72.16%-
HSV(B)169.09º11.28%76.47%-
XYZ46.1551.6856.83-
YUV187.97129.71117.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 191 (75% from 255) = 34.17%
R=30.95%
G=34.88%
B=34.17%

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
Decimal1731951910.1100.020.24169.0915.4972.16
HexADC3BFB0218a9f48
Octal25530327713023025117110
Binary1010110111000011101111111011010110001010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3BF; }

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

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

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

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

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

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

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

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