Html Css Color HEX #ADC8C2 Opal

📋 copy color: '#ADC8C2'

red 173 ◦ green 200 ◦ blue 194

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

Shades of Opal #ADC8C2

Tints of Opal #ADC8C2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.27%

 BLUE value IS 194 (76.17% from 255) = 34.22%

R = 30.51%
G = 35.27%
B = 34.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#ADC8C2 (or 0xADC8C2) is known color: Opal. HEX triplet: AD, C8 and C2. RGB value is (173,200,194). Sum of RGB (Red+Green+Blue) = 173+200+194=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C2 is #52373D. Grayscale: #BFBFBF. Windows color (decimal): -5388094 or 12765357. OLE color: 12765357.

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

Color convert

RGB 173 200 194 -
CMYK 0.14 0 0.03 0.22
HSL 166.67º 0.2% 0.73% -
HSV(B) 166.67º 0.14% 0.78% -
XYZ 47.63 54.09 58.97 -
YUV 191.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 173 200 194 0.14 0 0.03 0.22 166.67 0.2 0.73
Hex AD C8 C2 E 0 3 16 A7 14 49
Octal 255 310 302 16 0 3 26 247 24 111
Binary 10101101 11001000 11000010 1110 0 11 10110 10100111 10100 1001001

Color Harmonies of #ADC8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8C2

Black with #ADC8C2

Text Example


Text Example

White with #ADC8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8C2; }

 p { color: rgb(173,200,194); }

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

background-color css

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

 a { background-color: rgb(173,200,194); }

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

border-color css

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

 span { border-color: rgb(173,200,194); }

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