#ADCEC4

Color #ADCEC4 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #ADCEC4

Tints of Opal #ADCEC4

Color information

#ADCEC4 (or 0xADCEC4) is unknown color: approx Opal. HEX triplet: AD, CE and C4. RGB value is (173,206,196). Sum of RGB (Red+Green+Blue) = 173+206+196=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC4 is #52313B. Grayscale: #C3C3C3. Windows color (decimal): -5386556 or 12897965. OLE color: 12897965.

HSL color Cylindrical-coordinate representation of color #ADCEC4: hue angle of 161.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB173206196-
CMYK0.1600.050.19
HSL161.82º25.19%74.31%-
HSV(B)161.82º16.02%80.78%-
XYZ49.2757.0160.63-
YUV194.99128.57112.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=30.09%
G=35.83%
B=34.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061960.1600.050.19161.8225.1974.31
HexADCEC4100513a2194a
Octal25531630420052324231112
Binary1010110111001110110001001000001011001110100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC4; }

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

 H1.HeaderClassName
 {
   color: #ADCEC4;
 }
 .AnyTagClassName
 {
   color: #ADCEC4;
 }
</style>
background-color css

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

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

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

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

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

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