#A3C4B4

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

Shades of Periglacial Blue #A3C4B4

Tints of Periglacial Blue #A3C4B4

Color information

#A3C4B4 (or 0xA3C4B4) is unknown color: approx Periglacial Blue. HEX triplet: A3, C4 and B4. RGB value is (163,196,180). Sum of RGB (Red+Green+Blue) = 163+196+180=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4B4 is #5C3B4B. Grayscale: #B8B8B8. Windows color (decimal): -6044492 or 11846819. OLE color: 11846819.

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

Color convert

RGB163196180-
CMYK0.1700.080.23
HSL150.91º21.85%70.39%-
HSV(B)150.91º16.84%76.86%-
XYZ43.0850.5650.67-
YUV184.31125.57112.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=30.24%
G=36.36%
B=33.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961800.1700.080.23150.9121.8570.39
HexA3C4B4110817971646
Octal243304264210102722726106
Binary10100011110001001011010010001010001011110010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4B4; }

 p { color: rgb(163,196,180); }

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

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

 a { background-color: rgb(163,196,180); }

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

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

 span { border-color: rgb(163,196,180); }

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