#ADCDC0

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

Shades of Opal #ADCDC0

Tints of Opal #ADCDC0

Color information

#ADCDC0 (or 0xADCDC0) is unknown color: approx Opal. HEX triplet: AD, CD and C0. RGB value is (173,205,192). Sum of RGB (Red+Green+Blue) = 173+205+192=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC0 is #52323F. Grayscale: #C1C1C1. Windows color (decimal): -5386816 or 12635565. OLE color: 12635565.

HSL color Cylindrical-coordinate representation of color #ADCDC0: hue angle of 155.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDC0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB173205192-
CMYK0.1600.060.20
HSL155.62º24.24%74.12%-
HSV(B)155.62º15.61%80.39%-
XYZ48.5856.3558.19-
YUV193.95126.9113.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=30.35%
G=35.96%
B=33.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051920.1600.060.20155.6224.2474.12
HexADCDC01006149c184a
Octal25531530020062423430112
Binary1010110111001101110000001000001101010010011100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC0; }

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

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

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

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

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

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

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

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