Html Css Color HEX #ADC5C1 Opal

📋 copy color: '#ADC5C1'

red 173 ◦ green 197 ◦ blue 193

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

Shades of Opal #ADC5C1

Tints of Opal #ADC5C1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 30.73%
G = 34.99%
B = 34.28%

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

#ADC5C1 (or 0xADC5C1) is known color: Opal. HEX triplet: AD, C5 and C1. RGB value is (173,197,193). Sum of RGB (Red+Green+Blue) = 173+197+193=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5C1 is #523A3E. Grayscale: #BDBDBD. Windows color (decimal): -5388863 or 12699053. OLE color: 12699053.

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

Color convert

RGB 173 197 193 -
CMYK 0.12 0 0.02 0.23
HSL 170º 0.17% 0.73% -
HSV(B) 170º 0.12% 0.77% -
XYZ 46.83 52.67 58.15 -
YUV 189.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 173 197 193 0.12 0 0.02 0.23 170 0.17 0.73
Hex AD C5 C1 C 0 2 17 AA 11 49
Octal 255 305 301 14 0 2 27 252 21 111
Binary 10101101 11000101 11000001 1100 0 10 10111 10101010 10001 1001001

Color Harmonies of #ADC5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5C1

Black with #ADC5C1

Text Example


Text Example

White with #ADC5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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