#ADC3B8

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

Shades of Loblolly #ADC3B8

Tints of Loblolly #ADC3B8

Color information

#ADC3B8 (or 0xADC3B8) is unknown color: approx Loblolly. HEX triplet: AD, C3 and B8. RGB value is (173,195,184). Sum of RGB (Red+Green+Blue) = 173+195+184=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3B8 is #523C47. Grayscale: #BBBBBB. Windows color (decimal): -5389384 or 12108717. OLE color: 12108717.

HSL color Cylindrical-coordinate representation of color #ADC3B8: hue angle of 150º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3B8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB173195184-
CMYK0.1100.060.24
HSL150º15.49%72.16%-
HSV(B)150º11.28%76.47%-
XYZ45.451.3852.87-
YUV187.17126.21117.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=31.34%
G=35.33%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951840.1100.060.2415015.4972.16
HexADC3B8B061896f48
Octal25530327013063022617110
Binary10101101110000111011100010110110110001001011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3B8; }

 p { color: rgb(173,195,184); }

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

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

 a { background-color: rgb(173,195,184); }

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

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

 span { border-color: rgb(173,195,184); }

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