Html Css Color HEX #ACC1B4 Loblolly

📋 copy color: '#ACC1B4'

red 172 ◦ green 193 ◦ blue 180

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

Shades of Loblolly #ACC1B4

Tints of Loblolly #ACC1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 31.56%
G = 35.41%
B = 33.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#ACC1B4 (or 0xACC1B4) is known color: Loblolly. HEX triplet: AC, C1 and B4. RGB value is (172,193,180). Sum of RGB (Red+Green+Blue) = 172+193+180=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B4 is #533E4B. Grayscale: #B9B9B9. Windows color (decimal): -5455436 or 11846060. OLE color: 11846060.

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

Color convert

RGB 172 193 180 -
CMYK 0.11 0 0.07 0.24
HSL 142.86º 0.14% 0.72% -
HSV(B) 142.86º 0.11% 0.76% -
XYZ 44.32 50.21 50.53 -
YUV 185.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 172 193 180 0.11 0 0.07 0.24 142.86 0.14 0.72
Hex AC C1 B4 B 0 7 18 8F E 48
Octal 254 301 264 13 0 7 30 217 16 110
Binary 10101100 11000001 10110100 1011 0 111 11000 10001111 1110 1001000

Color Harmonies of #ACC1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1B4

Black with #ACC1B4

Text Example


Text Example

White with #ACC1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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