Html Css Color HEX #ADC4C0 Opal

📋 copy color: '#ADC4C0'

red 173 ◦ green 196 ◦ blue 192

#ADC4C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #ADC4C0

Tints of Opal #ADC4C0

RGB

 RED value IS 173 (67.97% from 255) = 30.84%

 GREEN value IS 196 (76.95% from 255) = 34.94%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 30.84%
G = 34.94%
B = 34.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#ADC4C0 (or 0xADC4C0) is known color: Opal. HEX triplet: AD, C4 and C0. RGB value is (173,196,192). Sum of RGB (Red+Green+Blue) = 173+196+192=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C0 is #523B3F. Grayscale: #BCBCBC. Windows color (decimal): -5389120 or 12633261. OLE color: 12633261.

HSL color Cylindrical-coordinate representation of color #ADC4C0: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4C0 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 192 -
CMYK 0.12 0 0.02 0.23
HSL 169.57º 0.16% 0.72% -
HSV(B) 169.57º 0.12% 0.77% -
XYZ 46.49 52.17 57.49 -
YUV 188.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 173 196 192 0.12 0 0.02 0.23 169.57 0.16 0.72
Hex AD C4 C0 C 0 2 17 AA 10 48
Octal 255 304 300 14 0 2 27 252 20 110
Binary 10101101 11000100 11000000 1100 0 10 10111 10101010 10000 1001000

Color Harmonies of #ADC4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4C0

Black with #ADC4C0

Text Example


Text Example

White with #ADC4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4C0; }

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

 H1.HeaderClassName
 {
   color: #ADC4C0;
 }
 .AnyTagClassName
 {
   color: #ADC4C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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