#ADCABF

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

Shades of Opal #ADCABF

Tints of Opal #ADCABF

Color information

#ADCABF (or 0xADCABF) is unknown color: approx Opal. HEX triplet: AD, CA and BF. RGB value is (173,202,191). Sum of RGB (Red+Green+Blue) = 173+202+191=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABF is #523540. Grayscale: #C0C0C0. Windows color (decimal): -5387585 or 12569261. OLE color: 12569261.

HSL color Cylindrical-coordinate representation of color #ADCABF: hue angle of 157.24º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCABF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB173202191-
CMYK0.1400.050.21
HSL157.24º21.48%73.53%-
HSV(B)157.24º14.36%79.22%-
XYZ47.7654.8957.37-
YUV192.08127.39114.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 191 (75% from 255) = 33.75%
R=30.57%
G=35.69%
B=33.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021910.1400.050.21157.2421.4873.53
HexADCABFE05159d154a
Octal25531227716052523525112
Binary101011011100101010111111111001011010110011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCABF; }

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

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

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

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

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

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

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

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