#ADC4BA

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

Shades of Loblolly #ADC4BA

Tints of Loblolly #ADC4BA

Color information

#ADC4BA (or 0xADC4BA) is unknown color: approx Loblolly. HEX triplet: AD, C4 and BA. RGB value is (173,196,186). Sum of RGB (Red+Green+Blue) = 173+196+186=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4BA is #523B45. Grayscale: #BCBCBC. Windows color (decimal): -5389126 or 12240045. OLE color: 12240045.

HSL color Cylindrical-coordinate representation of color #ADC4BA: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4BA is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB173196186-
CMYK0.1200.050.23
HSL153.91º16.31%72.35%-
HSV(B)153.91º11.73%76.86%-
XYZ45.8451.9154.06-
YUV187.98126.88117.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=31.17%
G=35.32%
B=33.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961860.1200.050.23153.9116.3172.35
HexADC4BAC05179a1048
Octal25530427214052723220110
Binary101011011100010010111010110001011011110011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4BA; }

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

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

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

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

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

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

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

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