Html Css Color HEX #ACC1B6 Loblolly

📋 copy color: '#ACC1B6'

red 172 ◦ green 193 ◦ blue 182

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

Shades of Loblolly #ACC1B6

Tints of Loblolly #ACC1B6

RGB

 RED value IS 172 (67.58% from 255) = 31.44%

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 31.44%
G = 35.28%
B = 33.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#ACC1B6 (or 0xACC1B6) is known color: Loblolly. HEX triplet: AC, C1 and B6. RGB value is (172,193,182). Sum of RGB (Red+Green+Blue) = 172+193+182=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B6 is #533E49. Grayscale: #B9B9B9. Windows color (decimal): -5455434 or 11977132. OLE color: 11977132.

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

Color convert

RGB 172 193 182 -
CMYK 0.11 0 0.06 0.24
HSL 148.57º 0.14% 0.72% -
HSV(B) 148.57º 0.11% 0.76% -
XYZ 44.53 50.29 51.62 -
YUV 185.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 172 193 182 0.11 0 0.06 0.24 148.57 0.14 0.72
Hex AC C1 B6 B 0 6 18 95 E 48
Octal 254 301 266 13 0 6 30 225 16 110
Binary 10101100 11000001 10110110 1011 0 110 11000 10010101 1110 1001000

Color Harmonies of #ACC1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1B6

Black with #ACC1B6

Text Example


Text Example

White with #ACC1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1B6; }

 p { color: rgb(172,193,182); }

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

background-color css

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

 a { background-color: rgb(172,193,182); }

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

border-color css

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

 span { border-color: rgb(172,193,182); }

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