#A8C3B6

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

Shades of Loblolly #A8C3B6

Tints of Loblolly #A8C3B6

Color information

#A8C3B6 (or 0xA8C3B6) is unknown color: approx Loblolly. HEX triplet: A8, C3 and B6. RGB value is (168,195,182). Sum of RGB (Red+Green+Blue) = 168+195+182=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C3B6 is #573C49. Grayscale: #B9B9B9. Windows color (decimal): -5717066 or 11977640. OLE color: 11977640.

HSL color Cylindrical-coordinate representation of color #A8C3B6: hue angle of 151.11º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C3B6 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB168195182-
CMYK0.1400.070.24
HSL151.11º18.37%71.18%-
HSV(B)151.11º13.85%76.47%-
XYZ44.1150.7351.72-
YUV185.44126.05115.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=30.83%
G=35.78%
B=33.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951820.1400.070.24151.1118.3771.18
HexA8C3B6E0718971247
Octal25030326616073022722107
Binary101010001100001110110110111001111100010010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C3B6; }

 p { color: rgb(168,195,182); }

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

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

 a { background-color: rgb(168,195,182); }

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

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

 span { border-color: rgb(168,195,182); }

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