#ADCCC5

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

Shades of Opal #ADCCC5

Tints of Opal #ADCCC5

Color information

#ADCCC5 (or 0xADCCC5) is unknown color: approx Opal. HEX triplet: AD, CC and C5. RGB value is (173,204,197). Sum of RGB (Red+Green+Blue) = 173+204+197=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC5 is #52333A. Grayscale: #C1C1C1. Windows color (decimal): -5387067 or 12962989. OLE color: 12962989.

HSL color Cylindrical-coordinate representation of color #ADCCC5: hue angle of 166.45º 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 #ADCCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB173204197-
CMYK0.1500.030.2
HSL166.45º23.31%73.92%-
HSV(B)166.45º15.2%80%-
XYZ48.956.161.07-
YUV193.93129.73113.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=30.14%
G=35.54%
B=34.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041970.1500.030.2166.4523.3173.92
HexADCCC5F0314a6174a
Octal25531430517032424627112
Binary10101101110011001100010111110111010010100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCC5; }

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

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

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

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

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

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

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

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