#ABC4B8

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

Shades of Loblolly #ABC4B8

Tints of Loblolly #ABC4B8

Color information

#ABC4B8 (or 0xABC4B8) is unknown color: approx Loblolly. HEX triplet: AB, C4 and B8. RGB value is (171,196,184). Sum of RGB (Red+Green+Blue) = 171+196+184=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4B8 is #543B47. Grayscale: #BBBBBB. Windows color (decimal): -5520200 or 12108971. OLE color: 12108971.

HSL color Cylindrical-coordinate representation of color #ABC4B8: hue angle of 151.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4B8 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB171196184-
CMYK0.1300.060.23
HSL151.2º17.48%71.96%-
HSV(B)151.2º12.76%76.86%-
XYZ45.1951.652.93-
YUV187.16126.22116.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=31.03%
G=35.57%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961840.1300.060.23151.217.4871.96
HexABC4B8D0617971148
Octal25330427015062722721110
Binary101010111100010010111000110101101011110010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4B8; }

 p { color: rgb(171,196,184); }

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

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

 a { background-color: rgb(171,196,184); }

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

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

 span { border-color: rgb(171,196,184); }

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