#ADCEC5

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

Shades of Opal #ADCEC5

Tints of Opal #ADCEC5

Color information

#ADCEC5 (or 0xADCEC5) is unknown color: approx Opal. HEX triplet: AD, CE and C5. RGB value is (173,206,197). Sum of RGB (Red+Green+Blue) = 173+206+197=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC5 is #52313A. Grayscale: #C3C3C3. Windows color (decimal): -5386555 or 12963501. OLE color: 12963501.

HSL color Cylindrical-coordinate representation of color #ADCEC5: hue angle of 163.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB173206197-
CMYK0.1600.040.19
HSL163.64º25.19%74.31%-
HSV(B)163.64º16.02%80.78%-
XYZ49.3857.0661.23-
YUV195.11129.07112.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=30.03%
G=35.76%
B=34.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061970.1600.040.19163.6425.1974.31
HexADCEC5100413a4194a
Octal25531630520042324431112
Binary1010110111001110110001011000001001001110100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC5; }

 p { color: rgb(173,206,197); }

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

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

 a { background-color: rgb(173,206,197); }

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

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

 span { border-color: rgb(173,206,197); }

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