Html Css Color HEX #ADC4BA Loblolly

📋 copy color: '#ADC4BA'

red 173 ◦ green 196 ◦ blue 186

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

Shades of Loblolly #ADC4BA

Tints of Loblolly #ADC4BA

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 value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#ADC4BA (or 0xADC4BA) is known color: 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

RGB 173 196 186 -
CMYK 0.12 0 0.05 0.23
HSL 153.91º 0.16% 0.72% -
HSV(B) 153.91º 0.12% 0.77% -
XYZ 45.84 51.91 54.06 -
YUV 187.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 173 196 186 0.12 0 0.05 0.23 153.91 0.16 0.72
Hex AD C4 BA C 0 5 17 9A 10 48
Octal 255 304 272 14 0 5 27 232 20 110
Binary 10101101 11000100 10111010 1100 0 101 10111 10011010 10000 1001000

Color Harmonies of #ADC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4BA

Black with #ADC4BA

Text Example


Text Example

White with #ADC4BA

Text Example


Text Example

HTML Codes & Css Web 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>