Html Css Color HEX #ADC3BA Loblolly

📋 copy color: '#ADC3BA'

red 173 ◦ green 195 ◦ blue 186

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

Shades of Loblolly #ADC3BA

Tints of Loblolly #ADC3BA

RGB

 RED value IS 173 (67.97% from 255) = 31.23%

 GREEN value IS 195 (76.56% from 255) = 35.2%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 31.23%
G = 35.2%
B = 33.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#ADC3BA (or 0xADC3BA) is known color: Loblolly. HEX triplet: AD, C3 and BA. RGB value is (173,195,186). Sum of RGB (Red+Green+Blue) = 173+195+186=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BA is #523C45. Grayscale: #BBBBBB. Windows color (decimal): -5389382 or 12239789. OLE color: 12239789.

HSL color Cylindrical-coordinate representation of color #ADC3BA: hue angle of 155.45º 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 #ADC3BA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 186 -
CMYK 0.11 0 0.05 0.24
HSL 155.45º 0.15% 0.72% -
HSV(B) 155.45º 0.11% 0.76% -
XYZ 45.61 51.46 53.98 -
YUV 187.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 173 195 186 0.11 0 0.05 0.24 155.45 0.15 0.72
Hex AD C3 BA B 0 5 18 9B F 48
Octal 255 303 272 13 0 5 30 233 17 110
Binary 10101101 11000011 10111010 1011 0 101 11000 10011011 1111 1001000

Color Harmonies of #ADC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3BA

Black with #ADC3BA

Text Example


Text Example

White with #ADC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3BA; }

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

 H1.HeaderClassName
 {
   color: #ADC3BA;
 }
 .AnyTagClassName
 {
   color: #ADC3BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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