Html Css Color HEX #ADCDC4 Opal

📋 copy color: '#ADCDC4'

red 173 ◦ green 205 ◦ blue 196

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

Shades of Opal #ADCDC4

Tints of Opal #ADCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 30.14%
G = 35.71%
B = 34.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#ADCDC4 (or 0xADCDC4) is known color: Opal. HEX triplet: AD, CD and C4. RGB value is (173,205,196). Sum of RGB (Red+Green+Blue) = 173+205+196=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC4 is #52323B. Grayscale: #C2C2C2. Windows color (decimal): -5386812 or 12897709. OLE color: 12897709.

HSL color Cylindrical-coordinate representation of color #ADCDC4: hue angle of 163.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDC4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 196 -
CMYK 0.16 0 0.04 0.20
HSL 163.13º 0.24% 0.74% -
HSV(B) 163.13º 0.16% 0.8% -
XYZ 49.03 56.53 60.55 -
YUV 194.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 173 205 196 0.16 0 0.04 0.20 163.13 0.24 0.74
Hex AD CD C4 10 0 4 14 A3 18 4A
Octal 255 315 304 20 0 4 24 243 30 112
Binary 10101101 11001101 11000100 10000 0 100 10100 10100011 11000 1001010

Color Harmonies of #ADCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDC4

Black with #ADCDC4

Text Example


Text Example

White with #ADCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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