Html Css Color HEX #ADC7BF Opal

📋 copy color: '#ADC7BF'

red 173 ◦ green 199 ◦ blue 191

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

Shades of Opal #ADC7BF

Tints of Opal #ADC7BF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

 BLUE value IS 191 (75% from 255) = 33.93%

R = 30.73%
G = 35.35%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#ADC7BF (or 0xADC7BF) is known color: Opal. HEX triplet: AD, C7 and BF. RGB value is (173,199,191). Sum of RGB (Red+Green+Blue) = 173+199+191=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BF is #523840. Grayscale: #BEBEBE. Windows color (decimal): -5388353 or 12568493. OLE color: 12568493.

HSL color Cylindrical-coordinate representation of color #ADC7BF: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7BF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 191 -
CMYK 0.13 0 0.04 0.22
HSL 161.54º 0.19% 0.73% -
HSV(B) 161.54º 0.13% 0.78% -
XYZ 47.06 53.49 57.13 -
YUV 190.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 173 199 191 0.13 0 0.04 0.22 161.54 0.19 0.73
Hex AD C7 BF D 0 4 16 A2 13 49
Octal 255 307 277 15 0 4 26 242 23 111
Binary 10101101 11000111 10111111 1101 0 100 10110 10100010 10011 1001001

Color Harmonies of #ADC7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7BF

Black with #ADC7BF

Text Example


Text Example

White with #ADC7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7BF; }

 p { color: rgb(173,199,191); }

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

background-color css

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

 a { background-color: rgb(173,199,191); }

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

border-color css

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

 span { border-color: rgb(173,199,191); }

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