#ABC2B8

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

Shades of Loblolly #ABC2B8

Tints of Loblolly #ABC2B8

Color information

#ABC2B8 (or 0xABC2B8) is unknown color: approx Loblolly. HEX triplet: AB, C2 and B8. RGB value is (171,194,184). Sum of RGB (Red+Green+Blue) = 171+194+184=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B8 is #543D47. Grayscale: #BABABA. Windows color (decimal): -5520712 or 12108459. OLE color: 12108459.

HSL color Cylindrical-coordinate representation of color #ABC2B8: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B8 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB171194184-
CMYK0.1200.050.24
HSL153.91º15.86%71.57%-
HSV(B)153.91º11.86%76.08%-
XYZ44.7450.752.78-
YUV185.98126.88117.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=31.15%
G=35.34%
B=33.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941840.1200.050.24153.9115.8671.57
HexABC2B8C05189a1048
Octal25330227014053023220110
Binary101010111100001010111000110001011100010011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2B8; }

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

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

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

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

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

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

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

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