#A1C3B0

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

Shades of Skeptic #A1C3B0

Tints of Skeptic #A1C3B0

Color information

#A1C3B0 (or 0xA1C3B0) is unknown color: approx Skeptic. HEX triplet: A1, C3 and B0. RGB value is (161,195,176). Sum of RGB (Red+Green+Blue) = 161+195+176=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C3B0 is #5E3C4F. Grayscale: #B6B6B6. Windows color (decimal): -6175824 or 11584417. OLE color: 11584417.

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

Color convert

RGB161195176-
CMYK0.1700.100.24
HSL146.47º22.08%69.8%-
HSV(B)146.47º17.44%76.47%-
XYZ42.0549.7448.46-
YUV182.67124.24112.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=30.26%
G=36.65%
B=33.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951760.1700.100.24146.4722.0869.8
HexA1C3B0110A18921646
Octal241303260210123022226106
Binary10100001110000111011000010001010101100010010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C3B0; }

 p { color: rgb(161,195,176); }

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

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

 a { background-color: rgb(161,195,176); }

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

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

 span { border-color: rgb(161,195,176); }

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