#ADCCC0

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

Shades of Opal #ADCCC0

Tints of Opal #ADCCC0

Color information

#ADCCC0 (or 0xADCCC0) is unknown color: approx Opal. HEX triplet: AD, CC and C0. RGB value is (173,204,192). Sum of RGB (Red+Green+Blue) = 173+204+192=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC0 is #52333F. Grayscale: #C1C1C1. Windows color (decimal): -5387072 or 12635309. OLE color: 12635309.

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

Color convert

RGB173204192-
CMYK0.1500.060.2
HSL156.77º23.31%73.92%-
HSV(B)156.77º15.2%80%-
XYZ48.3455.8858.11-
YUV193.36127.23113.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=30.40%
G=35.85%
B=33.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041920.1500.060.2156.7723.3173.92
HexADCCC0F06149d174a
Octal25531430017062423527112
Binary101011011100110011000000111101101010010011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCC0; }

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

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

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

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

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

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

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

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