#A1C7BC

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

Shades of Opal #A1C7BC

Tints of Opal #A1C7BC

Color information

#A1C7BC (or 0xA1C7BC) is unknown color: approx Opal. HEX triplet: A1, C7 and BC. RGB value is (161,199,188). Sum of RGB (Red+Green+Blue) = 161+199+188=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C7BC is #5E3843. Grayscale: #BABABA. Windows color (decimal): -6174788 or 12371873. OLE color: 12371873.

HSL color Cylindrical-coordinate representation of color #A1C7BC: hue angle of 162.63º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1C7BC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB161199188-
CMYK0.1900.060.22
HSL162.63º25.33%70.59%-
HSV(B)162.63º19.1%78.04%-
XYZ44.252.0555.3-
YUV186.38128.91109.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=29.38%
G=36.31%
B=34.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611991880.1900.060.22162.6325.3370.59
HexA1C7BC130616a31947
Octal24130727423062624331107
Binary1010000111000111101111001001101101011010100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C7BC; }

 p { color: rgb(161,199,188); }

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

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

 a { background-color: rgb(161,199,188); }

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

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

 span { border-color: rgb(161,199,188); }

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