#A1C7BB

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

Shades of Opal #A1C7BB

Tints of Opal #A1C7BB

Color information

#A1C7BB (or 0xA1C7BB) is unknown color: approx Opal. HEX triplet: A1, C7 and BB. RGB value is (161,199,187). Sum of RGB (Red+Green+Blue) = 161+199+187=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C7BB is #5E3844. Grayscale: #BABABA. Windows color (decimal): -6174789 or 12306337. OLE color: 12306337.

HSL color Cylindrical-coordinate representation of color #A1C7BB: hue angle of 161.05º 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 #A1C7BB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB161199187-
CMYK0.1900.060.22
HSL161.05º25.33%70.59%-
HSV(B)161.05º19.1%78.04%-
XYZ44.0952.0154.73-
YUV186.27128.41109.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=29.43%
G=36.38%
B=34.19%

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
Decimal1611991870.1900.060.22161.0525.3370.59
HexA1C7BB130616a11947
Octal24130727323062624131107
Binary1010000111000111101110111001101101011010100001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C7BB; }

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

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

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

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

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

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

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

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